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.40.0' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh13597773925329875000.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/master Seen 1 remote branch Obtained greycat/Jenkinsfile from 5061bb194ddd6f39ce8096f20793ea083bea62f3 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hawk/hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74 Still waiting to schedule task ‘hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74’ is offline Agent hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74 is provisioned from template Hawk_Greycat_backend_master_239-qjm1t-gv0r0 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/239/" runUrl: "job/Hawk%20Greycat%20backend/job/master/239/" labels: jenkins: "slave" jenkins/label-digest: "6389135cc8ee2a60db0edbf8e7a7380c715e6062" jenkins/label: "Hawk_Greycat_backend_master_239-qjm1t" name: "hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74" 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-239-qjm1t-gv0r0-3cg74" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74" - 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-3107.v665000b_51092" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: medium: "" name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-greycat-backend-master-239-qjm1t-gv0r0-3cg74 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-ssh3452961056708141440.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 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5061bb194ddd6f39ce8096f20793ea083bea62f3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5061bb194ddd6f39ce8096f20793ea083bea62f3 # timeout=10 Commit message: "Merge branch '32-support-java-property-to-store-hawk-index-configurations-outside-osgi-configuration-area' into 'master'" > git rev-list --no-walk b667f682e61fc7264d1972ba23d3b83997e688f8 # 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: 15.41 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.402 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.496 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.614 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.29 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.37 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.245 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.269 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.587 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.497 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.333 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.688 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.389 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.393 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.35 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.352 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.417 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.404 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.308 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.299 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.166 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.119 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.18 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.391 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.124 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.206 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.185 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.597 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.24 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.491 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.302 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.363 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.22 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 1.027 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.198 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.221 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.112 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.109 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.22 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.207 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.203 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.205 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.193 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.221 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:00:05.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:06.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:06.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:06.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:06.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:06.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:06.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:06.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:06.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:06.218 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 16:00:06.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 16:00:06.219 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:06.219 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:06.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:06.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:06.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:06.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:06.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:06.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:06.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:06.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:06.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:06.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:06.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:06.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:06.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:06.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:06.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:06.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:06.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:06.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:06.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:06.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:06.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:06.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:06.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:06.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:06.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:06.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:06.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:06.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:06.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:06.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:06.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:06.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:06.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:06.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:06.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:07.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:07.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:07.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:07.045 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:07.045 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:07.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:07.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:07.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:07.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:07.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:07.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:07.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:07.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:07.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:07.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:07.127 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:07.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:07.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:07.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:07.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:07.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:07.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:07.219 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:07.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:07.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:07.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:07.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:07.232 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:07.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:07.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:07.309 [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/hawkSvnRepo2208851264123123427 16:00:15.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2208851264123123427:org.eclipse.hawk.svn.SvnManager:false 16:00:15.133 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:15.134 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:15.229 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:15.230 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:15.230 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:15.230 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:15.230 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:15.241 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:15.242 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 16:00:15.242 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:15.242 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:15.247 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:15.247 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s96ms [proxy update] 16:00:15.326 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067203810) of file:///tmp/hawkSvnRepo2208851264123123427 16:00:15.331 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:15.342 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:15.342 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:15.522 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:15.523 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:15.529 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:00:15.529 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:00:15.549 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:00:15.629 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:00:15.630 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:00:15.630 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:00:15.630 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s108ms [pure insertion] marking any relevant derived attributes for update...16:00:15.630 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:15.631 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:15.631 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:15.631 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:15.633 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:15.633 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:15.633 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:15.633 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:15.636 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 16:00:16.015 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:16.016 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:16.016 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s386ms [proxy update] 16:00:16.017 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067207724) of file:///tmp/hawkSvnRepo2208851264123123427 16:00:16.019 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:16.025 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:16.025 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:16.111 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:16.111 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:16.113 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:16.115 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:00:16.115 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:16.115 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:16.115 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:16.145 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s35ms [pure insertion] marking any relevant derived attributes for update...16:00:16.146 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:16.147 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:16.148 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:16.148 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:16.209 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:16.210 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.062s attempting to resolve any uninitialized derived attributes... 16:00:16.210 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:16.210 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:16.212 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 16:00:16.323 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:16.323 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:16.323 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s176ms [proxy update] 16:00:16.325 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067209152) of file:///tmp/hawkSvnRepo2208851264123123427 16:00:16.326 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:16.332 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:16.332 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:16.417 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:16.417 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:16.418 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:00:16.419 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:00:16.420 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:16.420 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:16.420 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:16.422 [pool-46-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...16:00:16.422 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:16.423 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:16.423 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:16.423 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:16.424 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:16.424 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:16.424 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:16.424 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:16.425 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:16.425 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:16.426 [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 !] 0s111ms [proxy update] 16:00:16.534 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067211145) of file:///tmp/hawkSvnRepo2208851264123123427 16:00:16.535 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:16.542 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:16.542 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:16.619 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:16.619 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:16.620 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:00:16.621 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:00:16.621 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:16.621 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:16.621 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:16.623 [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...16:00:16.623 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:00:16.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:00:16.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:16.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:16.625 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:16.625 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:00:16.626 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:16.626 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:16.626 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:16.626 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:16.627 [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 !] 0s120ms [proxy update] 16:00:16.745 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067213136) of file:///tmp/hawkSvnRepo2208851264123123427 16:00:16.746 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:16.746 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 612 ms 16:00:16.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:00:16.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2208851264123123427:org.eclipse.hawk.svn.SvnManager:false 16:00:16.912 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:16.912 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:00:16.916 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:00:16.916 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12026178222653386345/test_revRefNavDerived[LevelDB GreyCat] 16:00:16.922 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:00:18.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:18.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:18.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:18.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:18.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:18.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:18.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:18.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:18.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:18.440 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:18.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:00:18.441 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:18.441 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:18.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:18.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:18.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:18.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:18.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:18.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:18.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:18.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:18.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:18.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:18.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:18.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:18.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:18.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:18.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:18.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:18.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:18.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:18.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:18.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:18.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:18.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:18.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:18.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:18.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:18.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:18.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:18.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:18.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:18.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:18.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:18.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:18.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:18.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:18.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:18.842 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:18.842 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:18.843 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:18.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:18.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:18.929 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:18.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:18.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:18.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:18.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:18.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:18.937 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:18.937 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:19.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:19.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:19.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:19.026 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:19.026 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:19.026 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:19.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:19.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:19.039 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:19.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:19.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:19.111 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 16:00:19.117 [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/hawkSvnRepo5400411449381348878 16:00:27.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5400411449381348878:org.eclipse.hawk.svn.SvnManager:false 16:00:27.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:27.136 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:27.162 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:27.162 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:27.162 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:27.209 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:27.210 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:27.215 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:27.216 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 16:00:27.216 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:27.216 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:27.222 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:27.223 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s27ms [proxy update] 16:00:27.238 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067216957) of file:///tmp/hawkSvnRepo5400411449381348878 16:00:27.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:27.248 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:27.249 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:27.328 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:27.328 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:27.329 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:00:27.329 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:00:27.345 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:00:27.434 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:00:27.434 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:00:27.434 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:00:27.434 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s106ms [pure insertion] marking any relevant derived attributes for update...16:00:27.435 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:27.435 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:27.435 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:27.435 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:27.436 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:27.437 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:27.437 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:27.437 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:27.439 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:27.445 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067219242, id=30] 16:00:27.521 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:27.620 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:27.621 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:27.621 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s187ms [proxy update] 16:00:27.622 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067219242) of file:///tmp/hawkSvnRepo5400411449381348878 16:00:27.623 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:27.628 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:27.629 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:27.713 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:27.713 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:27.714 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:27.715 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:00:27.715 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:27.715 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:27.715 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:27.732 [pool-48-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...16:00:27.732 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:27.733 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:27.733 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:27.733 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:27.734 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:27.736 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s101ms [proxy update] 16:00:27.835 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067221137) of file:///tmp/hawkSvnRepo5400411449381348878 16:00:27.836 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:27.841 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:27.841 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:27.920 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:27.920 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:27.921 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:27.922 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:00:27.922 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:27.922 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:27.922 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:28.011 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s91ms [pure insertion] marking any relevant derived attributes for update...16:00:28.011 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:00:28.015 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:00:28.015 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:28.015 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:28.016 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:28.016 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:28.016 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:28.016 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:28.019 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:28.040 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:28.221 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:28.222 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:28.222 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:28.224 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s317ms [proxy update] 16:00:28.332 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067223137) of file:///tmp/hawkSvnRepo5400411449381348878 16:00:28.334 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:28.341 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:28.341 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:28.428 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:28.429 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:28.436 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:00:28.437 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:00:28.437 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:28.437 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:28.437 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:28.440 [pool-48-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...16:00:28.440 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:28.441 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:28.441 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:28.441 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:28.442 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:28.444 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s188ms [proxy update] 16:00:28.629 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067225129) of file:///tmp/hawkSvnRepo5400411449381348878 16:00:28.631 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:28.631 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 495 ms 16:00:28.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:00:28.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5400411449381348878:org.eclipse.hawk.svn.SvnManager:false 16:00:28.828 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:28.828 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:00:28.832 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:00:28.832 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit273433010236390904/test_untilAnnotated[LevelDB GreyCat] 16:00:28.836 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:00:30.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:30.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:30.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:30.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:30.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:30.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:30.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:30.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:30.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:30.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:00:30.519 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:30.520 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:30.520 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:30.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:30.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:30.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:30.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:30.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:30.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:30.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:30.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:30.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:30.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:30.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:30.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:30.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:30.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:30.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:30.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:30.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:30.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:30.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:30.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:30.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:30.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:30.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:30.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:30.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:30.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:30.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:30.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:30.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:30.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:30.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:30.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:30.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:30.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:30.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:30.841 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:30.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:30.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:30.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:30.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:30.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:30.924 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:30.924 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:30.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:30.926 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:30.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:30.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:30.935 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:30.945 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:30.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:30.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:31.011 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:31.011 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:31.021 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:31.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:31.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:31.026 [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/hawkSvnRepo7107719022190989088 16:00:35.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7107719022190989088:org.eclipse.hawk.svn.SvnManager:false 16:00:35.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:35.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:35.145 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:35.145 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:35.145 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:35.145 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:35.145 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:35.150 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:35.150 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:00:35.150 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:35.150 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:35.154 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:35.154 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 16:00:35.218 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067228925) of file:///tmp/hawkSvnRepo7107719022190989088 16:00:35.220 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:35.237 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:35.237 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:35.322 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:35.323 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:35.323 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:00:35.323 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:00:35.338 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:00:35.412 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:00:35.412 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:00:35.412 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:00:35.412 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:00:35.412 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:35.413 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:35.413 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:35.413 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:35.414 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:35.414 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:35.414 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:35.414 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:35.416 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:35.436 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:35.436 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:35.436 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s24ms [proxy update] 16:00:35.437 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067231147) of file:///tmp/hawkSvnRepo7107719022190989088 16:00:35.438 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:35.443 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:35.443 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:35.523 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:35.523 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:35.524 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:35.524 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:00:35.524 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:35.524 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:35.524 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:35.540 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:00:35.540 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:35.541 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:35.541 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:35.541 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:35.542 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:35.543 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s169ms [proxy update] 16:00:35.711 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067233128) of file:///tmp/hawkSvnRepo7107719022190989088 16:00:35.712 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:35.712 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 593 ms 16:00:35.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:00:35.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7107719022190989088:org.eclipse.hawk.svn.SvnManager:false 16:00:35.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:35.739 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:00:35.743 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:00:35.744 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16058780587757611368/test_computedForAllVersions[LevelDB GreyCat] 16:00:35.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:00:36.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:36.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:36.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:36.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:36.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:36.478 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:36.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:36.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:36.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:36.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:00:36.479 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:36.479 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:36.480 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:36.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:36.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:36.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:36.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:36.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:36.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:36.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:36.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:36.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:36.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:36.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:36.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:36.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:36.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:36.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:36.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:36.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:36.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:36.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:36.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:36.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:36.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:36.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:36.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:36.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:36.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:36.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:36.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:36.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:36.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:36.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:36.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:36.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:36.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:36.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:36.713 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:36.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:36.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:36.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:36.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:36.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:36.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:36.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:36.735 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:36.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:36.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:36.819 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:36.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:36.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:36.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:36.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:36.830 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:36.834 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:36.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:36.834 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 16:00:36.840 [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/hawkSvnRepo4973414017952400267 16:00:45.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4973414017952400267:org.eclipse.hawk.svn.SvnManager:false 16:00:45.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:45.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:45.139 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:45.139 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:45.140 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:45.140 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:45.140 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:45.144 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:45.144 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:00:45.144 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:45.144 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:45.149 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:45.150 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s70ms [proxy update] 16:00:45.210 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067235844) of file:///tmp/hawkSvnRepo4973414017952400267 16:00:45.211 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:45.220 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:45.220 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:45.239 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:45.239 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:45.239 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:00:45.239 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:00:45.313 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:00:45.340 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:00:45.340 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:00:45.341 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:00:45.341 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s102ms [pure insertion] marking any relevant derived attributes for update...16:00:45.341 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:00:45.341 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:00:45.342 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:45.342 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:45.343 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:45.343 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:45.343 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:45.343 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:45.346 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:45.350 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067237011, id=30] 16:00:45.421 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:45.521 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:45.521 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:45.522 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s180ms [proxy update] 16:00:45.522 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067237011) of file:///tmp/hawkSvnRepo4973414017952400267 16:00:45.523 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:45.529 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:45.529 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:45.546 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:45.609 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:45.610 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:45.611 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:00:45.611 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:45.611 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:45.611 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:45.625 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:00:45.625 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:00:45.625 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:45.626 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:45.627 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:45.627 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:45.628 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s95ms [proxy update] 16:00:45.721 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067239130) of file:///tmp/hawkSvnRepo4973414017952400267 16:00:45.722 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:45.726 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:45.727 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:45.744 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:45.744 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:45.744 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:45.745 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:00:45.745 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:45.745 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:45.745 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:45.824 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:00:45.824 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:00:45.826 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:45.827 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:45.828 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:45.843 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:45.943 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:45.943 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:45.943 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:45.944 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s209ms [proxy update] 16:00:46.035 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067241125) of file:///tmp/hawkSvnRepo4973414017952400267 16:00:46.036 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:46.040 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:46.041 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:46.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:46.124 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:46.216 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:00:46.216 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:00:46.217 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:46.217 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:46.217 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:46.218 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s94ms [pure insertion] marking any relevant derived attributes for update...16:00:46.218 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:46.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:46.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:46.219 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:46.220 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:46.221 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s93ms [proxy update] 16:00:46.312 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067243124) of file:///tmp/hawkSvnRepo4973414017952400267 16:00:46.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:46.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 195 ms 16:00:46.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:00:46.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4973414017952400267:org.eclipse.hawk.svn.SvnManager:false 16:00:46.334 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:46.334 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:00:46.338 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:00:46.338 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4277398056627903131/test_sinceAnnotated[LevelDB GreyCat] 16:00:46.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:00:47.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:47.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:47.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:47.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:47.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:47.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:47.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:00:47.241 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:47.242 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:47.242 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:47.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:47.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:47.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:47.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:47.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:47.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:47.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:47.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:47.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:47.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:47.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:47.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:47.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:47.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:47.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:47.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:47.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:47.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:47.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:47.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:47.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:47.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:47.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:47.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:47.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:47.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:47.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:47.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:47.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:47.446 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:47.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:47.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:47.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:47.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:47.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:47.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:47.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:47.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:47.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:47.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:47.527 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:47.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:47.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:47.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 16:00:47.538 [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/hawkSvnRepo7423065414657001047 16:00:55.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7423065414657001047:org.eclipse.hawk.svn.SvnManager:false 16:00:55.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:55.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:55.141 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:55.141 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:55.141 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:55.141 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:55.141 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:55.146 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:55.146 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:00:55.146 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:55.146 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:55.151 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:55.151 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s78ms [proxy update] 16:00:55.219 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067246423) of file:///tmp/hawkSvnRepo7423065414657001047 16:00:55.220 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:55.228 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:55.228 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:55.246 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:55.246 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:55.247 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:00:55.247 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:00:55.328 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:00:55.350 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:00:55.350 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:00:55.350 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:00:55.350 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:00:55.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:00:55.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:00:55.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:55.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:55.352 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:55.352 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:55.352 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:55.352 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:55.354 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:55.411 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067247645, id=30] 16:00:55.422 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:55.449 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:55.449 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:55.449 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 16:00:55.450 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067247645) of file:///tmp/hawkSvnRepo7423065414657001047 16:00:55.451 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:55.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:55.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:55.536 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:55.536 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:55.537 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:55.537 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:00:55.538 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:55.538 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:55.538 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:55.617 [pool-54-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...16:00:55.617 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:55.618 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:55.619 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:55.619 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:55.620 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s31ms [proxy update] 16:00:55.649 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067249135) of file:///tmp/hawkSvnRepo7423065414657001047 16:00:55.650 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:55.654 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:55.654 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:55.734 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:55.734 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:55.735 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:00:55.735 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:00:55.735 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:55.736 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:55.736 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:55.823 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:00:55.823 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:00:55.826 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:00:55.826 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:55.826 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:55.827 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:55.827 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:00:55.827 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:55.827 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:55.830 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:00:55.917 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:00:56.027 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:00:56.028 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:56.028 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:56.029 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s300ms [proxy update] 16:00:56.126 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067251122) of file:///tmp/hawkSvnRepo7423065414657001047 16:00:56.128 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:00:56.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:00:56.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:00:56.214 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:00:56.214 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:00:56.219 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:00:56.220 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:00:56.220 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:00:56.220 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:00:56.220 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:00:56.222 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:00:56.222 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:00:56.222 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:00:56.223 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:00:56.224 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s105ms [proxy update] 16:00:56.328 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067253130) of file:///tmp/hawkSvnRepo7423065414657001047 16:00:56.329 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:56.329 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 211 ms 16:00:56.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:00:56.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7423065414657001047:org.eclipse.hawk.svn.SvnManager:false 16:00:56.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:56.350 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:00:56.410 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:00:56.411 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8310379509418205950/test_beforeAnnotated[LevelDB GreyCat] 16:00:56.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:00:57.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:00:57.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:00:57.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:00:57.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:57.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:57.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:00:57.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:00:57.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:00:57.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:00:57.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:00:57.265 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:00:57.266 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:00:57.266 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:00:57.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:57.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:57.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:00:57.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:00:57.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:00:57.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:00:57.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:00:57.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:00:57.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:00:57.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:00:57.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:00:57.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:00:57.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:00:57.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:00:57.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:00:57.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:00:57.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:00:57.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:00:57.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:00:57.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:00:57.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:00:57.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:00:57.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:00:57.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:00:57.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:00:57.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:00:57.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:00:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:00:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:00:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:00:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:00:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:00:57.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:00:57.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:00:57.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:00:57.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:00:57.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:57.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:00:57.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:57.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:57.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:00:57.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:00:57.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:00:57.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:00:57.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:00:57.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:00:57.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:00:57.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:00:57.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:00:57.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:00:57.544 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:00:57.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:57.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:00:57.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:00:57.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:00:57.554 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:00:57.611 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:00:57.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:00:57.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 16:00:57.617 [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/hawkSvnRepo6488763546959938384 16:01:05.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6488763546959938384:org.eclipse.hawk.svn.SvnManager:false 16:01:05.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:05.117 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:05.137 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:05.137 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:05.138 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:05.138 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:05.138 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:05.142 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:05.142 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:01:05.142 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:05.142 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:05.146 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:05.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 16:01:05.157 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067256440) of file:///tmp/hawkSvnRepo6488763546959938384 16:01:05.158 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:05.214 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:05.214 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:05.230 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:05.231 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:05.231 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:05.231 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:05.244 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:05.326 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:05.326 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:05.327 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:05.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s97ms [pure insertion] marking any relevant derived attributes for update...16:01:05.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:05.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:05.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:05.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:05.328 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:05.328 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:05.328 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:05.328 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:05.330 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:01:05.333 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067257729, id=30] 16:01:05.342 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:01:05.428 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:05.428 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:05.428 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s102ms [proxy update] 16:01:05.429 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067257729) of file:///tmp/hawkSvnRepo6488763546959938384 16:01:05.430 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:05.434 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:05.434 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:05.513 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:05.513 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:05.514 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:05.514 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:01:05.514 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:05.514 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:05.514 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:05.527 [pool-56-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...16:01:05.527 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:05.528 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:05.529 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:05.529 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s88ms [proxy update] 16:01:05.616 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067259123) of file:///tmp/hawkSvnRepo6488763546959938384 16:01:05.617 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:05.621 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:05.621 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:05.636 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:05.636 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:05.636 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:05.637 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:05.637 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:05.637 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:05.637 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:05.714 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:01:05.715 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:05.716 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:05.717 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:05.718 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:01:05.731 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:01:05.829 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:05.829 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:05.829 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:05.830 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s204ms [proxy update] 16:01:05.920 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067261127) of file:///tmp/hawkSvnRepo6488763546959938384 16:01:05.921 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:05.925 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:05.925 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:05.942 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:05.942 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:06.011 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:06.012 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:01:06.012 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:06.012 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:06.012 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:06.014 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:01:06.014 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:06.015 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:06.016 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s96ms [proxy update] 16:01:06.111 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067263124) of file:///tmp/hawkSvnRepo6488763546959938384 16:01:06.112 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:06.112 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 995 ms 16:01:06.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:06.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6488763546959938384:org.eclipse.hawk.svn.SvnManager:false 16:01:06.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:06.135 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:06.137 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:06.138 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7015735186010907986/test_whenComposability[LevelDB GreyCat] 16:01:06.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:07.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:07.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:07.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:07.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:07.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:07.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:07.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:07.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:07.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:07.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:07.250 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:07.251 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:07.251 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:07.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:07.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:07.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:07.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 16:01:07.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:07.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:07.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:07.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:07.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:07.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:07.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:07.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:07.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:07.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:07.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:07.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:07.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:07.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:07.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:07.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:07.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:07.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:07.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:07.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:07.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:07.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:07.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:07.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:07.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:07.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:07.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:07.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:07.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:07.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:07.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:07.423 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:07.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:07.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:07.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:07.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:07.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:07.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:07.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:07.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.443 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:07.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:07.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:07.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:07.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:07.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:07.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:07.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:07.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:07.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:07.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:07.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:07.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 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:07.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:07.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:07.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:07.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:01:07.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:07.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:07.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:07.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:07.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:07.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; 16:01:07.564 [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/hawkSvnRepo7903289705461975592 16:01:15.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7903289705461975592:org.eclipse.hawk.svn.SvnManager:false 16:01:15.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:15.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:15.136 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:15.141 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:15.141 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:01:15.141 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:15.141 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:15.146 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:15.146 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s80ms [proxy update] 16:01:15.216 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067266224) of file:///tmp/hawkSvnRepo7903289705461975592 16:01:15.218 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:15.226 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:15.226 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:15.242 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:15.312 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:15.332 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:15.332 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:15.332 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:01:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:15.332 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:15.333 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:15.333 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:15.333 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:15.333 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:15.335 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:01:15.337 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067267664, id=30] 16:01:15.347 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:01:15.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:15.430 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:15.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 16:01:15.431 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067267664) of file:///tmp/hawkSvnRepo7903289705461975592 16:01:15.432 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:15.435 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:15.435 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:15.451 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:15.451 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:15.451 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:15.452 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:01:15.452 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:15.452 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:15.452 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:15.519 [pool-58-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...16:01:15.519 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:15.520 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:15.520 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:15.520 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:15.520 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:15.520 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:15.521 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:15.521 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:15.521 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:15.521 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:15.522 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s28ms [proxy update] 16:01:15.548 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067269122) of file:///tmp/hawkSvnRepo7903289705461975592 16:01:15.549 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:15.553 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:15.553 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:15.626 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:15.626 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:15.628 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:15.629 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:15.629 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:15.629 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:15.629 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:15.647 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:01:15.647 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:15.649 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:15.651 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:01:15.721 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:01:15.754 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:15.755 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:15.755 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:15.755 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s189ms [proxy update] 16:01:15.838 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067271124) of file:///tmp/hawkSvnRepo7903289705461975592 16:01:15.839 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:15.844 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:15.844 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:15.921 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:15.922 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:15.926 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:15.926 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:01:15.926 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:15.926 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:15.926 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:15.928 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:01:15.928 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:15.928 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:15.928 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:15.929 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:15.930 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s92ms [proxy update] 16:01:16.021 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067273122) of file:///tmp/hawkSvnRepo7903289705461975592 16:01:16.022 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:16.022 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 904 ms 16:01:16.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:16.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7903289705461975592:org.eclipse.hawk.svn.SvnManager:false 16:01:16.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:16.040 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:16.043 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:16.044 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6743463348120274818/test_afterAnnotated[LevelDB GreyCat] 16:01:16.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:17.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:17.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:17.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:17.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:17.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:17.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:17.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:17.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:17.251 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:17.252 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:17.252 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:17.266 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:17.267 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:17.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:17.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:17.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:17.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:17.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:17.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:17.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:17.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:17.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:17.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:17.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:17.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:17.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:17.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:17.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:17.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:17.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:17.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:17.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:17.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:17.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:17.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:17.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:17.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:17.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:17.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:17.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:17.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:17.434 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:17.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:17.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:17.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:17.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:17.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:17.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:17.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:17.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:17.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:17.447 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:17.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:17.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:01:17.448 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:17.448 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:17.457 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:17.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:17.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:17.514 [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/hawkSvnRepo10902803883423526896 16:01:25.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10902803883423526896:org.eclipse.hawk.svn.SvnManager:false 16:01:25.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:25.113 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:25.129 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:25.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:25.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:25.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:25.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:25.133 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:25.133 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:01:25.134 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:25.134 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:25.137 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:25.137 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 16:01:25.144 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067276130) of file:///tmp/hawkSvnRepo10902803883423526896 16:01:25.146 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:25.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:25.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:25.222 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:25.222 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:25.222 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:25.222 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:25.234 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:25.247 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:25.247 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:25.247 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:25.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s25ms [pure insertion] marking any relevant derived attributes for update...16:01:25.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:25.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:25.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:25.247 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:25.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:25.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:25.248 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:25.248 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:25.249 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 16:01:25.252 [pool-60-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:01:25.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:25.322 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:25.322 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 16:01:25.322 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067277570) of file:///tmp/hawkSvnRepo10902803883423526896 16:01:25.323 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:25.326 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:25.326 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:25.340 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:25.340 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:25.341 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:25.341 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:25.341 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:25.341 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:25.341 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:25.420 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:01:25.420 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:25.421 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:25.422 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 16:01:25.448 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:01:25.449 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:25.449 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s28ms [proxy update] 16:01:25.449 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067279130) of file:///tmp/hawkSvnRepo10902803883423526896 16:01:25.450 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:25.510 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:25.510 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:25.523 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:25.523 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:25.524 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:25.525 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:01:25.525 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:25.525 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:25.525 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:25.526 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:01:25.526 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:25.527 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:25.528 [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 ''; 0s85ms [proxy update] 16:01:25.612 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067281126) of file:///tmp/hawkSvnRepo10902803883423526896 16:01:25.613 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:25.617 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:25.617 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:25.630 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:25.630 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:25.631 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:25.632 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:01:25.632 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:25.632 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:25.632 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:25.633 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:01:25.633 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:25.634 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:25.635 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:25.635 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:01:25.635 [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 ''; 0s92ms [proxy update] 16:01:25.726 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067283122) of file:///tmp/hawkSvnRepo10902803883423526896 16:01:25.727 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:25.727 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 614 ms 16:01:25.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:25.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10902803883423526896:org.eclipse.hawk.svn.SvnManager:false 16:01:25.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:25.739 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:25.741 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:25.743 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16718049067382505267/test_eContainerDerived[LevelDB GreyCat] 16:01:25.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:27.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:27.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:27.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 16:01:27.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:27.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:27.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:27.331 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:27.332 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:27.332 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:27.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:27.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:27.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:27.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:27.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:27.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:27.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:27.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:27.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:27.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:27.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:27.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:27.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:27.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:27.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:27.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:27.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:27.577 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:27.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:27.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:27.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:27.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:27.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:27.579 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:27.579 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:27.579 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:27.579 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:27.580 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:27.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:27.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:27.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:27.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:27.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:27.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:27.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:27.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:27.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:27.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:27.731 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:27.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:27.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:27.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:27.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:27.811 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:27.811 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:27.811 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:01:27.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:27.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:27.838 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:27.842 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:27.842 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4934236696888465741 16:01:33.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4934236696888465741:org.eclipse.hawk.svn.SvnManager:false 16:01:33.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:33.114 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:33.131 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:33.131 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:33.131 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:33.131 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:33.131 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:33.135 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:33.135 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:01:33.135 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:33.135 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:33.139 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:33.139 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:01:33.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067286119) of file:///tmp/hawkSvnRepo4934236696888465741 16:01:33.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:33.150 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:33.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:33.223 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:33.223 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:33.227 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:33.227 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:33.240 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:33.248 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:33.248 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:33.248 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:33.248 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s25ms [pure insertion] marking any relevant derived attributes for update...16:01:33.248 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:33.248 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:33.248 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:33.248 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:33.249 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:33.249 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:33.249 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:33.250 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:33.250 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:33.250 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:01:33.250 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067287948) of file:///tmp/hawkSvnRepo4934236696888465741 16:01:33.251 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:33.251 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 137 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo10369469576134850805 16:01:33.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4934236696888465741:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo10369469576134850805:org.eclipse.hawk.svn.SvnManager:false 16:01:33.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:33.318 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:33.327 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:33.328 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067285825) of file:///tmp/hawkSvnRepo10369469576134850805 16:01:33.329 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:33.332 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:33.332 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:33.413 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 16:01:33.413 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:33.413 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:33.413 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 16:01:33.420 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 16:01:33.426 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:33.426 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 16:01:33.426 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:33.426 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /main.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:01:33.426 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:33.426 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:33.426 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:33.426 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:33.427 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:01:33.428 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067291144) of file:///tmp/hawkSvnRepo10369469576134850805 16:01:33.428 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:33.428 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 110 ms 16:01:33.446 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:33.446 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4934236696888465741:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo10369469576134850805:org.eclipse.hawk.svn.SvnManager:false 16:01:33.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:33.511 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:33.513 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:33.514 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9532536815894497390/test_testCounts[LevelDB GreyCat] 16:01:33.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:33.731 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:33.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:33.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:33.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:33.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:33.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:33.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:33.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:33.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:33.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:33.741 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:33.742 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:33.742 [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 16:01:33.815 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:33.815 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:33.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:33.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:33.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:33.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:33.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:33.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:33.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:33.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:33.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:33.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:33.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:33.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:33.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:33.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:33.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:33.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:33.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:33.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:33.913 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:33.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:33.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:33.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:34.034 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:34.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:34.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:34.041 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:34.041 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:34.048 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:34.049 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:34.049 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:34.049 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:34.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:34.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:34.111 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:34.111 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:34.111 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:34.111 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:34.112 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:34.112 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:34.112 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:34.112 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:34.118 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:34.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:34.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:01:34.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:34.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:34.127 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:34.130 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:34.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:34.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 16:01:34.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:34.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, size=130, fileKey=(dev=804,ino=623277931) 16:01:34.245 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 16:01:34.311 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 16:01:34.311 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 16:01:34.311 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 16:01:34.314 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 16:01:34.314 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 16:01:34.328 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 16:01:34.328 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 16:01:34.329 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.329 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.329 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.329 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.329 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:01:34.329 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 16:01:34.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.414 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.415 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.420 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.421 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.422 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:34.338817000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294338817000 ns, racy<=2500000000 ns 16:01:34.423 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:34.428 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:34.428388000, lastModified=2023-06-06 16:01:34.427504000, size=23, fileKey=(dev=2000cc,ino=379625556) 16:01:34.436 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:34.436318000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.438327000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.439206000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.439206000, lastModified=2023-06-06 16:01:34.435504000, delta=3702000 ns, racy<=2500000000 ns 16:01:34.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.440236000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.440236000, lastModified=2023-06-06 16:01:34.435504000, delta=4732000 ns, racy<=2500000000 ns 16:01:34.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.440236000, lastModified=2023-06-06 16:01:34.435504000, delta=4732000 ns, racy<=2500000000 ns 16:01:34.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.461146000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.461146000, lastModified=2023-06-06 16:01:34.435504000, delta=25642000 ns, racy<=2500000000 ns 16:01:34.517 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.461146000, lastModified=2023-06-06 16:01:34.435504000, delta=25642000 ns, racy<=2500000000 ns 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.518519000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.518 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.518519000, lastModified=2023-06-06 16:01:34.435504000, delta=83015000 ns, racy<=2500000000 ns 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.518519000, lastModified=2023-06-06 16:01:34.435504000, delta=83015000 ns, racy<=2500000000 ns 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.521609000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.521 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.521609000, lastModified=2023-06-06 16:01:34.435504000, delta=86105000 ns, racy<=2500000000 ns 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.521609000, lastModified=2023-06-06 16:01:34.435504000, delta=86105000 ns, racy<=2500000000 ns 16:01:34.525 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.526 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.526014000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.526 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.526014000, lastModified=2023-06-06 16:01:34.435504000, delta=90510000 ns, racy<=2500000000 ns 16:01:34.533 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.533 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.533 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.533 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.534 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.526014000, lastModified=2023-06-06 16:01:34.435504000, delta=90510000 ns, racy<=2500000000 ns 16:01:34.534 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:34.534 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:34.534162000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:34.534 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.534162000, lastModified=2023-06-06 16:01:34.435504000, delta=98658000 ns, racy<=2500000000 ns 16:01:34.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:34.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, size=6, fileKey=(dev=2000cc,ino=389642747) 16:01:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:34.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit17592889847547126211/.git/objects 16:01:34.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit17592889847547126211/.git/objects; got PT0.000007S 16:01:34.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit17592889847547126211/.git/objects 16:01:34.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.544391000, lastModified=2023-06-06 16:01:34.543502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.543502000 to 2023-06-06 16:01:34.547502000 16:01:34.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.549489000, lastModified=2023-06-06 16:01:34.548502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.548502000 to 2023-06-06 16:01:34.549502000 16:01:34.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.550877000, lastModified=2023-06-06 16:01:34.549502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.549502000 to 2023-06-06 16:01:34.550502000 16:01:34.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.551749000, lastModified=2023-06-06 16:01:34.550502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.550502000 to 2023-06-06 16:01:34.551502000 16:01:34.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.552662000, lastModified=2023-06-06 16:01:34.551502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.551502000 to 2023-06-06 16:01:34.552502000 16:01:34.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.609773000, lastModified=2023-06-06 16:01:34.552502000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.552502000 to 2023-06-06 16:01:34.609501000 16:01:34.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.611079000, lastModified=2023-06-06 16:01:34.610501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.611079000, lastModified=2023-06-06 16:01:34.610501000, delta=578000 ns, racy<=17500 ns 16:01:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.613589000, lastModified=2023-06-06 16:01:34.612501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.612501000 to 2023-06-06 16:01:34.613501000 16:01:34.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.614698000, lastModified=2023-06-06 16:01:34.613501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.613501000 to 2023-06-06 16:01:34.614501000 16:01:34.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.615639000, lastModified=2023-06-06 16:01:34.614501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.614501000 to 2023-06-06 16:01:34.615501000 16:01:34.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.616502000, lastModified=2023-06-06 16:01:34.615501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.616502000, lastModified=2023-06-06 16:01:34.615501000, delta=1001000 ns, racy<=17500 ns 16:01:34.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.620738000, lastModified=2023-06-06 16:01:34.616501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.616501000 to 2023-06-06 16:01:34.620501000 16:01:34.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.621625000, lastModified=2023-06-06 16:01:34.620501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.620501000 to 2023-06-06 16:01:34.621501000 16:01:34.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.622439000, lastModified=2023-06-06 16:01:34.621501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.622439000, lastModified=2023-06-06 16:01:34.621501000, delta=938000 ns, racy<=17500 ns 16:01:34.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.623419000, lastModified=2023-06-06 16:01:34.622501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.623419000, lastModified=2023-06-06 16:01:34.622501000, delta=918000 ns, racy<=17500 ns 16:01:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.624372000, lastModified=2023-06-06 16:01:34.623501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.624372000, lastModified=2023-06-06 16:01:34.623501000, delta=871000 ns, racy<=17500 ns 16:01:34.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.625195000, lastModified=2023-06-06 16:01:34.624501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.625195000, lastModified=2023-06-06 16:01:34.624501000, delta=694000 ns, racy<=17500 ns 16:01:34.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.626096000, lastModified=2023-06-06 16:01:34.625501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.626096000, lastModified=2023-06-06 16:01:34.625501000, delta=595000 ns, racy<=17500 ns 16:01:34.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.626957000, lastModified=2023-06-06 16:01:34.625501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.625501000 to 2023-06-06 16:01:34.626501000 16:01:34.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.627697000, lastModified=2023-06-06 16:01:34.626501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.626501000 to 2023-06-06 16:01:34.627501000 16:01:34.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.628497000, lastModified=2023-06-06 16:01:34.627501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.628497000, lastModified=2023-06-06 16:01:34.627501000, delta=996000 ns, racy<=17500 ns 16:01:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.629297000, lastModified=2023-06-06 16:01:34.628501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.629297000, lastModified=2023-06-06 16:01:34.628501000, delta=796000 ns, racy<=17500 ns 16:01:34.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.631945000, lastModified=2023-06-06 16:01:34.629501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.629501000 to 2023-06-06 16:01:34.631501000 16:01:34.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.632746000, lastModified=2023-06-06 16:01:34.631501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.631501000 to 2023-06-06 16:01:34.632501000 16:01:34.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.633552000, lastModified=2023-06-06 16:01:34.632501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.633552000, lastModified=2023-06-06 16:01:34.632501000, delta=1051000 ns, racy<=17500 ns 16:01:34.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.634402000, lastModified=2023-06-06 16:01:34.633501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.634402000, lastModified=2023-06-06 16:01:34.633501000, delta=901000 ns, racy<=17500 ns 16:01:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.635247000, lastModified=2023-06-06 16:01:34.634501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.635247000, lastModified=2023-06-06 16:01:34.634501000, delta=746000 ns, racy<=17500 ns 16:01:34.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.636084000, lastModified=2023-06-06 16:01:34.635501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.636084000, lastModified=2023-06-06 16:01:34.635501000, delta=583000 ns, racy<=17500 ns 16:01:34.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.636908000, lastModified=2023-06-06 16:01:34.635501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.635501000 to 2023-06-06 16:01:34.636501000 16:01:34.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.637661000, lastModified=2023-06-06 16:01:34.636501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.636501000 to 2023-06-06 16:01:34.637501000 16:01:34.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.638425000, lastModified=2023-06-06 16:01:34.637501000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.638425000, lastModified=2023-06-06 16:01:34.637501000, delta=924000 ns, racy<=17500 ns 16:01:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.639242000, lastModified=2023-06-06 16:01:34.638500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.639242000, lastModified=2023-06-06 16:01:34.638500000, delta=742000 ns, racy<=17500 ns 16:01:34.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.640054000, lastModified=2023-06-06 16:01:34.639500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.640054000, lastModified=2023-06-06 16:01:34.639500000, delta=554000 ns, racy<=17500 ns 16:01:34.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.642905000, lastModified=2023-06-06 16:01:34.639500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.639500000 to 2023-06-06 16:01:34.642500000 16:01:34.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.643759000, lastModified=2023-06-06 16:01:34.642500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.642500000 to 2023-06-06 16:01:34.643500000 16:01:34.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.644495000, lastModified=2023-06-06 16:01:34.643500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.644495000, lastModified=2023-06-06 16:01:34.643500000, delta=995000 ns, racy<=17500 ns 16:01:34.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.645361000, lastModified=2023-06-06 16:01:34.644500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.645361000, lastModified=2023-06-06 16:01:34.644500000, delta=861000 ns, racy<=17500 ns 16:01:34.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.646150000, lastModified=2023-06-06 16:01:34.645500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.646150000, lastModified=2023-06-06 16:01:34.645500000, delta=650000 ns, racy<=17500 ns 16:01:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.646898000, lastModified=2023-06-06 16:01:34.645500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.645500000 to 2023-06-06 16:01:34.646500000 16:01:34.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.647591000, lastModified=2023-06-06 16:01:34.646500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.647591000, lastModified=2023-06-06 16:01:34.646500000, delta=1091000 ns, racy<=17500 ns 16:01:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.648360000, lastModified=2023-06-06 16:01:34.647500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.648360000, lastModified=2023-06-06 16:01:34.647500000, delta=860000 ns, racy<=17500 ns 16:01:34.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.649180000, lastModified=2023-06-06 16:01:34.648500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.649180000, lastModified=2023-06-06 16:01:34.648500000, delta=680000 ns, racy<=17500 ns 16:01:34.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.650021000, lastModified=2023-06-06 16:01:34.648500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.648500000 to 2023-06-06 16:01:34.649500000 16:01:34.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.650734000, lastModified=2023-06-06 16:01:34.649500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.649500000 to 2023-06-06 16:01:34.650500000 16:01:34.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.653393000, lastModified=2023-06-06 16:01:34.650500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.650500000 to 2023-06-06 16:01:34.652500000 16:01:34.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.654409000, lastModified=2023-06-06 16:01:34.653500000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.654409000, lastModified=2023-06-06 16:01:34.653500000, delta=909000 ns, racy<=17500 ns 16:01:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.710576000, lastModified=2023-06-06 16:01:34.709499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.710576000, lastModified=2023-06-06 16:01:34.709499000, delta=1077000 ns, racy<=17500 ns 16:01:34.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.711446000, lastModified=2023-06-06 16:01:34.710499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.711446000, lastModified=2023-06-06 16:01:34.710499000, delta=947000 ns, racy<=17500 ns 16:01:34.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.712257000, lastModified=2023-06-06 16:01:34.711499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.712257000, lastModified=2023-06-06 16:01:34.711499000, delta=758000 ns, racy<=17500 ns 16:01:34.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.712962000, lastModified=2023-06-06 16:01:34.711499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.711499000 to 2023-06-06 16:01:34.712499000 16:01:34.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.713609000, lastModified=2023-06-06 16:01:34.712499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.713609000, lastModified=2023-06-06 16:01:34.712499000, delta=1110000 ns, racy<=17500 ns 16:01:34.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.714345000, lastModified=2023-06-06 16:01:34.713499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.714345000, lastModified=2023-06-06 16:01:34.713499000, delta=846000 ns, racy<=17500 ns 16:01:34.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.715090000, lastModified=2023-06-06 16:01:34.714499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.715090000, lastModified=2023-06-06 16:01:34.714499000, delta=591000 ns, racy<=17500 ns 16:01:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.715852000, lastModified=2023-06-06 16:01:34.714499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.714499000 to 2023-06-06 16:01:34.715499000 16:01:34.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.716508000, lastModified=2023-06-06 16:01:34.715499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.716508000, lastModified=2023-06-06 16:01:34.715499000, delta=1009000 ns, racy<=17500 ns 16:01:34.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.719103000, lastModified=2023-06-06 16:01:34.716499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.716499000 to 2023-06-06 16:01:34.718499000 16:01:34.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.719843000, lastModified=2023-06-06 16:01:34.718499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.718499000 to 2023-06-06 16:01:34.719499000 16:01:34.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.720533000, lastModified=2023-06-06 16:01:34.719499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.720533000, lastModified=2023-06-06 16:01:34.719499000, delta=1034000 ns, racy<=17500 ns 16:01:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.721247000, lastModified=2023-06-06 16:01:34.720499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.721247000, lastModified=2023-06-06 16:01:34.720499000, delta=748000 ns, racy<=17500 ns 16:01:34.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.721986000, lastModified=2023-06-06 16:01:34.720499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.720499000 to 2023-06-06 16:01:34.721499000 16:01:34.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.722691000, lastModified=2023-06-06 16:01:34.721499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.721499000 to 2023-06-06 16:01:34.722499000 16:01:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.723333000, lastModified=2023-06-06 16:01:34.722499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.723333000, lastModified=2023-06-06 16:01:34.722499000, delta=834000 ns, racy<=17500 ns 16:01:34.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.724036000, lastModified=2023-06-06 16:01:34.723499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.724036000, lastModified=2023-06-06 16:01:34.723499000, delta=537000 ns, racy<=17500 ns 16:01:34.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.724740000, lastModified=2023-06-06 16:01:34.723499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.723499000 to 2023-06-06 16:01:34.724499000 16:01:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.725437000, lastModified=2023-06-06 16:01:34.724499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.725437000, lastModified=2023-06-06 16:01:34.724499000, delta=938000 ns, racy<=17500 ns 16:01:34.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.726164000, lastModified=2023-06-06 16:01:34.725499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.726164000, lastModified=2023-06-06 16:01:34.725499000, delta=665000 ns, racy<=17500 ns 16:01:34.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.728781000, lastModified=2023-06-06 16:01:34.725499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.725499000 to 2023-06-06 16:01:34.728499000 16:01:34.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.729598000, lastModified=2023-06-06 16:01:34.728499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.729598000, lastModified=2023-06-06 16:01:34.728499000, delta=1099000 ns, racy<=17500 ns 16:01:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.730316000, lastModified=2023-06-06 16:01:34.729499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.730316000, lastModified=2023-06-06 16:01:34.729499000, delta=817000 ns, racy<=17500 ns 16:01:34.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.731026000, lastModified=2023-06-06 16:01:34.729499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.729499000 to 2023-06-06 16:01:34.730499000 16:01:34.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.731686000, lastModified=2023-06-06 16:01:34.730499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.730499000 to 2023-06-06 16:01:34.731499000 16:01:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.732358000, lastModified=2023-06-06 16:01:34.731499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.732358000, lastModified=2023-06-06 16:01:34.731499000, delta=859000 ns, racy<=17500 ns 16:01:34.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.733071000, lastModified=2023-06-06 16:01:34.732499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.733071000, lastModified=2023-06-06 16:01:34.732499000, delta=572000 ns, racy<=17500 ns 16:01:34.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.733846000, lastModified=2023-06-06 16:01:34.732499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.732499000 to 2023-06-06 16:01:34.733499000 16:01:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.734516000, lastModified=2023-06-06 16:01:34.733499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.734516000, lastModified=2023-06-06 16:01:34.733499000, delta=1017000 ns, racy<=17500 ns 16:01:34.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.735249000, lastModified=2023-06-06 16:01:34.734499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.735249000, lastModified=2023-06-06 16:01:34.734499000, delta=750000 ns, racy<=17500 ns 16:01:34.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.735907000, lastModified=2023-06-06 16:01:34.734499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.734499000 to 2023-06-06 16:01:34.735499000 16:01:34.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.738334000, lastModified=2023-06-06 16:01:34.735499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.735499000 to 2023-06-06 16:01:34.737499000 16:01:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.739077000, lastModified=2023-06-06 16:01:34.738499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.739077000, lastModified=2023-06-06 16:01:34.738499000, delta=578000 ns, racy<=17500 ns 16:01:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.739773000, lastModified=2023-06-06 16:01:34.738499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.738499000 to 2023-06-06 16:01:34.739499000 16:01:34.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.740393000, lastModified=2023-06-06 16:01:34.739499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.740393000, lastModified=2023-06-06 16:01:34.739499000, delta=894000 ns, racy<=17500 ns 16:01:34.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.741117000, lastModified=2023-06-06 16:01:34.740499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.741117000, lastModified=2023-06-06 16:01:34.740499000, delta=618000 ns, racy<=17500 ns 16:01:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.741867000, lastModified=2023-06-06 16:01:34.740499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.740499000 to 2023-06-06 16:01:34.741499000 16:01:34.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.742516000, lastModified=2023-06-06 16:01:34.741499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.742516000, lastModified=2023-06-06 16:01:34.741499000, delta=1017000 ns, racy<=17500 ns 16:01:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.743235000, lastModified=2023-06-06 16:01:34.742499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.743235000, lastModified=2023-06-06 16:01:34.742499000, delta=736000 ns, racy<=17500 ns 16:01:34.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.743922000, lastModified=2023-06-06 16:01:34.742499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.742499000 to 2023-06-06 16:01:34.743499000 16:01:34.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.744549000, lastModified=2023-06-06 16:01:34.743499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.744549000, lastModified=2023-06-06 16:01:34.743499000, delta=1050000 ns, racy<=17500 ns 16:01:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.745244000, lastModified=2023-06-06 16:01:34.744499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.745244000, lastModified=2023-06-06 16:01:34.744499000, delta=745000 ns, racy<=17500 ns 16:01:34.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.747752000, lastModified=2023-06-06 16:01:34.744499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.744499000 to 2023-06-06 16:01:34.747499000 16:01:34.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.748463000, lastModified=2023-06-06 16:01:34.747499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.748463000, lastModified=2023-06-06 16:01:34.747499000, delta=964000 ns, racy<=17500 ns 16:01:34.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.749174000, lastModified=2023-06-06 16:01:34.748499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.749174000, lastModified=2023-06-06 16:01:34.748499000, delta=675000 ns, racy<=17500 ns 16:01:34.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.749894000, lastModified=2023-06-06 16:01:34.748499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.748499000 to 2023-06-06 16:01:34.749499000 16:01:34.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.750617000, lastModified=2023-06-06 16:01:34.749499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.750617000, lastModified=2023-06-06 16:01:34.749499000, delta=1118000 ns, racy<=17500 ns 16:01:34.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.751299000, lastModified=2023-06-06 16:01:34.750499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.751299000, lastModified=2023-06-06 16:01:34.750499000, delta=800000 ns, racy<=17500 ns 16:01:34.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.751917000, lastModified=2023-06-06 16:01:34.750499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.750499000 to 2023-06-06 16:01:34.751499000 16:01:34.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.752508000, lastModified=2023-06-06 16:01:34.751499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.752508000, lastModified=2023-06-06 16:01:34.751499000, delta=1009000 ns, racy<=17500 ns 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.753240000, lastModified=2023-06-06 16:01:34.752499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.753240000, lastModified=2023-06-06 16:01:34.752499000, delta=741000 ns, racy<=17500 ns 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.753843000, lastModified=2023-06-06 16:01:34.752499000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.752499000 to 2023-06-06 16:01:34.753499000 16:01:34.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.810287000, lastModified=2023-06-06 16:01:34.809498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.810287000, lastModified=2023-06-06 16:01:34.809498000, delta=789000 ns, racy<=17500 ns 16:01:34.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.812940000, lastModified=2023-06-06 16:01:34.810498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.810498000 to 2023-06-06 16:01:34.812498000 16:01:34.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.813641000, lastModified=2023-06-06 16:01:34.812498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.813641000, lastModified=2023-06-06 16:01:34.812498000, delta=1143000 ns, racy<=17500 ns 16:01:34.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.814291000, lastModified=2023-06-06 16:01:34.813498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.814291000, lastModified=2023-06-06 16:01:34.813498000, delta=793000 ns, racy<=17500 ns 16:01:34.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.814969000, lastModified=2023-06-06 16:01:34.813498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.813498000 to 2023-06-06 16:01:34.814498000 16:01:34.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.815568000, lastModified=2023-06-06 16:01:34.814498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.814498000 to 2023-06-06 16:01:34.815498000 16:01:34.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.816425000, lastModified=2023-06-06 16:01:34.815498000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.816425000, lastModified=2023-06-06 16:01:34.815498000, delta=927000 ns, racy<=17500 ns 16:01:34.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.817089000, lastModified=2023-06-06 16:01:34.816497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.817089000, lastModified=2023-06-06 16:01:34.816497000, delta=592000 ns, racy<=17500 ns 16:01:34.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.817755000, lastModified=2023-06-06 16:01:34.816497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.816497000 to 2023-06-06 16:01:34.817497000 16:01:34.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.818399000, lastModified=2023-06-06 16:01:34.817497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.818399000, lastModified=2023-06-06 16:01:34.817497000, delta=902000 ns, racy<=17500 ns 16:01:34.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.819097000, lastModified=2023-06-06 16:01:34.818497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.819097000, lastModified=2023-06-06 16:01:34.818497000, delta=600000 ns, racy<=17500 ns 16:01:34.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.819724000, lastModified=2023-06-06 16:01:34.818497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.818497000 to 2023-06-06 16:01:34.819497000 16:01:34.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.822137000, lastModified=2023-06-06 16:01:34.819497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.819497000 to 2023-06-06 16:01:34.821497000 16:01:34.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.822777000, lastModified=2023-06-06 16:01:34.821497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.821497000 to 2023-06-06 16:01:34.822497000 16:01:34.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.823379000, lastModified=2023-06-06 16:01:34.822497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.823379000, lastModified=2023-06-06 16:01:34.822497000, delta=882000 ns, racy<=17500 ns 16:01:34.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.823996000, lastModified=2023-06-06 16:01:34.822497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.822497000 to 2023-06-06 16:01:34.823497000 16:01:34.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.824677000, lastModified=2023-06-06 16:01:34.823497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.824677000, lastModified=2023-06-06 16:01:34.823497000, delta=1180000 ns, racy<=17500 ns 16:01:34.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.825438000, lastModified=2023-06-06 16:01:34.824497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.825438000, lastModified=2023-06-06 16:01:34.824497000, delta=941000 ns, racy<=17500 ns 16:01:34.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.826125000, lastModified=2023-06-06 16:01:34.825497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.826125000, lastModified=2023-06-06 16:01:34.825497000, delta=628000 ns, racy<=17500 ns 16:01:34.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.826731000, lastModified=2023-06-06 16:01:34.825497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.825497000 to 2023-06-06 16:01:34.826497000 16:01:34.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.827315000, lastModified=2023-06-06 16:01:34.826497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.827315000, lastModified=2023-06-06 16:01:34.826497000, delta=818000 ns, racy<=17500 ns 16:01:34.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.827963000, lastModified=2023-06-06 16:01:34.826497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.826497000 to 2023-06-06 16:01:34.827497000 16:01:34.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.828545000, lastModified=2023-06-06 16:01:34.827497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.828545000, lastModified=2023-06-06 16:01:34.827497000, delta=1048000 ns, racy<=17500 ns 16:01:34.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.831091000, lastModified=2023-06-06 16:01:34.828497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.828497000 to 2023-06-06 16:01:34.830497000 16:01:34.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.831702000, lastModified=2023-06-06 16:01:34.830497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.830497000 to 2023-06-06 16:01:34.831497000 16:01:34.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.832358000, lastModified=2023-06-06 16:01:34.831497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.832358000, lastModified=2023-06-06 16:01:34.831497000, delta=861000 ns, racy<=17500 ns 16:01:34.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.833042000, lastModified=2023-06-06 16:01:34.832497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.833042000, lastModified=2023-06-06 16:01:34.832497000, delta=545000 ns, racy<=17500 ns 16:01:34.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.833696000, lastModified=2023-06-06 16:01:34.832497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.832497000 to 2023-06-06 16:01:34.833497000 16:01:34.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.834362000, lastModified=2023-06-06 16:01:34.833497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.834362000, lastModified=2023-06-06 16:01:34.833497000, delta=865000 ns, racy<=17500 ns 16:01:34.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.835009000, lastModified=2023-06-06 16:01:34.833497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.833497000 to 2023-06-06 16:01:34.834497000 16:01:34.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.835613000, lastModified=2023-06-06 16:01:34.834497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.834497000 to 2023-06-06 16:01:34.835497000 16:01:34.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.836416000, lastModified=2023-06-06 16:01:34.835497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.836416000, lastModified=2023-06-06 16:01:34.835497000, delta=919000 ns, racy<=17500 ns 16:01:34.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.837106000, lastModified=2023-06-06 16:01:34.836497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.837106000, lastModified=2023-06-06 16:01:34.836497000, delta=609000 ns, racy<=17500 ns 16:01:34.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.837775000, lastModified=2023-06-06 16:01:34.836497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.836497000 to 2023-06-06 16:01:34.837497000 16:01:34.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.840246000, lastModified=2023-06-06 16:01:34.837497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.837497000 to 2023-06-06 16:01:34.839497000 16:01:34.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.840862000, lastModified=2023-06-06 16:01:34.839497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.839497000 to 2023-06-06 16:01:34.840497000 16:01:34.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.841424000, lastModified=2023-06-06 16:01:34.840497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.841424000, lastModified=2023-06-06 16:01:34.840497000, delta=927000 ns, racy<=17500 ns 16:01:34.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.842060000, lastModified=2023-06-06 16:01:34.841497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.842060000, lastModified=2023-06-06 16:01:34.841497000, delta=563000 ns, racy<=17500 ns 16:01:34.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.842707000, lastModified=2023-06-06 16:01:34.841497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.842707000, lastModified=2023-06-06 16:01:34.841497000, delta=1210000 ns, racy<=17500 ns 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.843309000, lastModified=2023-06-06 16:01:34.842497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.843309000, lastModified=2023-06-06 16:01:34.842497000, delta=812000 ns, racy<=17500 ns 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.843898000, lastModified=2023-06-06 16:01:34.842497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.842497000 to 2023-06-06 16:01:34.843497000 16:01:34.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.844468000, lastModified=2023-06-06 16:01:34.843497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.844468000, lastModified=2023-06-06 16:01:34.843497000, delta=971000 ns, racy<=17500 ns 16:01:34.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.845085000, lastModified=2023-06-06 16:01:34.844497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.845085000, lastModified=2023-06-06 16:01:34.844497000, delta=588000 ns, racy<=17500 ns 16:01:34.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.845717000, lastModified=2023-06-06 16:01:34.844497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.845717000, lastModified=2023-06-06 16:01:34.844497000, delta=1220000 ns, racy<=17500 ns 16:01:34.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.846354000, lastModified=2023-06-06 16:01:34.845497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.846354000, lastModified=2023-06-06 16:01:34.845497000, delta=857000 ns, racy<=17500 ns 16:01:34.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.848972000, lastModified=2023-06-06 16:01:34.845497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.845497000 to 2023-06-06 16:01:34.848497000 16:01:34.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.849595000, lastModified=2023-06-06 16:01:34.848497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.849595000, lastModified=2023-06-06 16:01:34.848497000, delta=1098000 ns, racy<=17500 ns 16:01:34.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.850279000, lastModified=2023-06-06 16:01:34.849497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.850279000, lastModified=2023-06-06 16:01:34.849497000, delta=782000 ns, racy<=17500 ns 16:01:34.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.850909000, lastModified=2023-06-06 16:01:34.849497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.849497000 to 2023-06-06 16:01:34.850497000 16:01:34.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.851556000, lastModified=2023-06-06 16:01:34.850497000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.851556000, lastModified=2023-06-06 16:01:34.850497000, delta=1059000 ns, racy<=17500 ns 16:01:34.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.910095000, lastModified=2023-06-06 16:01:34.909496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.910095000, lastModified=2023-06-06 16:01:34.909496000, delta=599000 ns, racy<=17500 ns 16:01:34.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.910805000, lastModified=2023-06-06 16:01:34.909496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.909496000 to 2023-06-06 16:01:34.910496000 16:01:34.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.911336000, lastModified=2023-06-06 16:01:34.910496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.911336000, lastModified=2023-06-06 16:01:34.910496000, delta=840000 ns, racy<=17500 ns 16:01:34.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.911885000, lastModified=2023-06-06 16:01:34.910496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.910496000 to 2023-06-06 16:01:34.911496000 16:01:34.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.912454000, lastModified=2023-06-06 16:01:34.911496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.912454000, lastModified=2023-06-06 16:01:34.911496000, delta=958000 ns, racy<=17500 ns 16:01:34.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.913049000, lastModified=2023-06-06 16:01:34.912496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.913049000, lastModified=2023-06-06 16:01:34.912496000, delta=553000 ns, racy<=17500 ns 16:01:34.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.915414000, lastModified=2023-06-06 16:01:34.912496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.912496000 to 2023-06-06 16:01:34.914496000 16:01:34.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.916050000, lastModified=2023-06-06 16:01:34.915496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.916050000, lastModified=2023-06-06 16:01:34.915496000, delta=554000 ns, racy<=17500 ns 16:01:34.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.916695000, lastModified=2023-06-06 16:01:34.915496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.916695000, lastModified=2023-06-06 16:01:34.915496000, delta=1199000 ns, racy<=17500 ns 16:01:34.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.917346000, lastModified=2023-06-06 16:01:34.916496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.917346000, lastModified=2023-06-06 16:01:34.916496000, delta=850000 ns, racy<=17500 ns 16:01:34.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.917943000, lastModified=2023-06-06 16:01:34.916496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.916496000 to 2023-06-06 16:01:34.917496000 16:01:34.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.918553000, lastModified=2023-06-06 16:01:34.917496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.918553000, lastModified=2023-06-06 16:01:34.917496000, delta=1057000 ns, racy<=17500 ns 16:01:34.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.919169000, lastModified=2023-06-06 16:01:34.918496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.919169000, lastModified=2023-06-06 16:01:34.918496000, delta=673000 ns, racy<=17500 ns 16:01:34.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.919820000, lastModified=2023-06-06 16:01:34.918496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.918496000 to 2023-06-06 16:01:34.919496000 16:01:34.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.920415000, lastModified=2023-06-06 16:01:34.919496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.920415000, lastModified=2023-06-06 16:01:34.919496000, delta=919000 ns, racy<=17500 ns 16:01:34.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.920991000, lastModified=2023-06-06 16:01:34.919496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.919496000 to 2023-06-06 16:01:34.920496000 16:01:34.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.921567000, lastModified=2023-06-06 16:01:34.920496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.921567000, lastModified=2023-06-06 16:01:34.920496000, delta=1071000 ns, racy<=17500 ns 16:01:34.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.924044000, lastModified=2023-06-06 16:01:34.921496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.921496000 to 2023-06-06 16:01:34.923496000 16:01:34.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.924732000, lastModified=2023-06-06 16:01:34.923496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.923496000 to 2023-06-06 16:01:34.924496000 16:01:34.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.925315000, lastModified=2023-06-06 16:01:34.924496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.925315000, lastModified=2023-06-06 16:01:34.924496000, delta=819000 ns, racy<=17500 ns 16:01:34.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.925928000, lastModified=2023-06-06 16:01:34.924496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.924496000 to 2023-06-06 16:01:34.925496000 16:01:34.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.926648000, lastModified=2023-06-06 16:01:34.925496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.926648000, lastModified=2023-06-06 16:01:34.925496000, delta=1152000 ns, racy<=17500 ns 16:01:34.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.927294000, lastModified=2023-06-06 16:01:34.926496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.927294000, lastModified=2023-06-06 16:01:34.926496000, delta=798000 ns, racy<=17500 ns 16:01:34.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.927979000, lastModified=2023-06-06 16:01:34.926496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.926496000 to 2023-06-06 16:01:34.927496000 16:01:34.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.928522000, lastModified=2023-06-06 16:01:34.927496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.928522000, lastModified=2023-06-06 16:01:34.927496000, delta=1026000 ns, racy<=17500 ns 16:01:34.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.929149000, lastModified=2023-06-06 16:01:34.928496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.929149000, lastModified=2023-06-06 16:01:34.928496000, delta=653000 ns, racy<=17500 ns 16:01:34.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.929788000, lastModified=2023-06-06 16:01:34.928496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.928496000 to 2023-06-06 16:01:34.929496000 16:01:34.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.930378000, lastModified=2023-06-06 16:01:34.929496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.930378000, lastModified=2023-06-06 16:01:34.929496000, delta=882000 ns, racy<=17500 ns 16:01:34.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.932836000, lastModified=2023-06-06 16:01:34.929496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.929496000 to 2023-06-06 16:01:34.932496000 16:01:34.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.933426000, lastModified=2023-06-06 16:01:34.932496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.933426000, lastModified=2023-06-06 16:01:34.932496000, delta=930000 ns, racy<=17500 ns 16:01:34.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.933984000, lastModified=2023-06-06 16:01:34.932496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.932496000 to 2023-06-06 16:01:34.933496000 16:01:34.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.934534000, lastModified=2023-06-06 16:01:34.933496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.934534000, lastModified=2023-06-06 16:01:34.933496000, delta=1038000 ns, racy<=17500 ns 16:01:34.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.935068000, lastModified=2023-06-06 16:01:34.934496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.935068000, lastModified=2023-06-06 16:01:34.934496000, delta=572000 ns, racy<=17500 ns 16:01:34.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.935631000, lastModified=2023-06-06 16:01:34.934496000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.935631000, lastModified=2023-06-06 16:01:34.934496000, delta=1135000 ns, racy<=17500 ns 16:01:34.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.936214000, lastModified=2023-06-06 16:01:34.935495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.936214000, lastModified=2023-06-06 16:01:34.935495000, delta=719000 ns, racy<=17500 ns 16:01:34.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.936781000, lastModified=2023-06-06 16:01:34.935495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.935495000 to 2023-06-06 16:01:34.936495000 16:01:34.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.937333000, lastModified=2023-06-06 16:01:34.936495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.937333000, lastModified=2023-06-06 16:01:34.936495000, delta=838000 ns, racy<=17500 ns 16:01:34.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.937899000, lastModified=2023-06-06 16:01:34.936495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.936495000 to 2023-06-06 16:01:34.937495000 16:01:34.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.938429000, lastModified=2023-06-06 16:01:34.937495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.938429000, lastModified=2023-06-06 16:01:34.937495000, delta=934000 ns, racy<=17500 ns 16:01:34.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.940978000, lastModified=2023-06-06 16:01:34.937495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.937495000 to 2023-06-06 16:01:34.940495000 16:01:34.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.941577000, lastModified=2023-06-06 16:01:34.940495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.941577000, lastModified=2023-06-06 16:01:34.940495000, delta=1082000 ns, racy<=17500 ns 16:01:34.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.942159000, lastModified=2023-06-06 16:01:34.941495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.942159000, lastModified=2023-06-06 16:01:34.941495000, delta=664000 ns, racy<=17500 ns 16:01:34.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.942739000, lastModified=2023-06-06 16:01:34.941495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.942739000, lastModified=2023-06-06 16:01:34.941495000, delta=1244000 ns, racy<=17500 ns 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.943287000, lastModified=2023-06-06 16:01:34.942495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.943287000, lastModified=2023-06-06 16:01:34.942495000, delta=792000 ns, racy<=17500 ns 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.943869000, lastModified=2023-06-06 16:01:34.942495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.942495000 to 2023-06-06 16:01:34.943495000 16:01:34.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.944385000, lastModified=2023-06-06 16:01:34.943495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.944385000, lastModified=2023-06-06 16:01:34.943495000, delta=890000 ns, racy<=17500 ns 16:01:34.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.944906000, lastModified=2023-06-06 16:01:34.943495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.943495000 to 2023-06-06 16:01:34.944495000 16:01:34.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.945409000, lastModified=2023-06-06 16:01:34.944495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.945409000, lastModified=2023-06-06 16:01:34.944495000, delta=914000 ns, racy<=17500 ns 16:01:34.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.946063000, lastModified=2023-06-06 16:01:34.945495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.946063000, lastModified=2023-06-06 16:01:34.945495000, delta=568000 ns, racy<=17500 ns 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.946607000, lastModified=2023-06-06 16:01:34.945495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.946607000, lastModified=2023-06-06 16:01:34.945495000, delta=1112000 ns, racy<=17500 ns 16:01:34.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.948977000, lastModified=2023-06-06 16:01:34.946495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.946495000 to 2023-06-06 16:01:34.948495000 16:01:34.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.949620000, lastModified=2023-06-06 16:01:34.948495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.949620000, lastModified=2023-06-06 16:01:34.948495000, delta=1125000 ns, racy<=17500 ns 16:01:34.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.950158000, lastModified=2023-06-06 16:01:34.949495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.950158000, lastModified=2023-06-06 16:01:34.949495000, delta=663000 ns, racy<=17500 ns 16:01:34.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.950837000, lastModified=2023-06-06 16:01:34.949495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.949495000 to 2023-06-06 16:01:34.950495000 16:01:34.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.951384000, lastModified=2023-06-06 16:01:34.950495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.951384000, lastModified=2023-06-06 16:01:34.950495000, delta=889000 ns, racy<=17500 ns 16:01:34.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.951990000, lastModified=2023-06-06 16:01:34.950495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.950495000 to 2023-06-06 16:01:34.951495000 16:01:34.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.952534000, lastModified=2023-06-06 16:01:34.951495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.952534000, lastModified=2023-06-06 16:01:34.951495000, delta=1039000 ns, racy<=17500 ns 16:01:34.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.953132000, lastModified=2023-06-06 16:01:34.952495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.953132000, lastModified=2023-06-06 16:01:34.952495000, delta=637000 ns, racy<=17500 ns 16:01:34.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.953692000, lastModified=2023-06-06 16:01:34.952495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.953692000, lastModified=2023-06-06 16:01:34.952495000, delta=1197000 ns, racy<=17500 ns 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.954302000, lastModified=2023-06-06 16:01:34.953495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:34.954302000, lastModified=2023-06-06 16:01:34.953495000, delta=807000 ns, racy<=17500 ns 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:34.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.954856000, lastModified=2023-06-06 16:01:34.953495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.953495000 to 2023-06-06 16:01:34.954495000 16:01:34.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.957248000, lastModified=2023-06-06 16:01:34.954495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.954495000 to 2023-06-06 16:01:34.956495000 16:01:34.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:34.957804000, lastModified=2023-06-06 16:01:34.956495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:34.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.956495000 to 2023-06-06 16:01:34.957495000 16:01:35.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.009790000, lastModified=2023-06-06 16:01:34.957495000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:34.957495000 to 2023-06-06 16:01:35.009494000 16:01:35.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.010440000, lastModified=2023-06-06 16:01:35.009494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.010440000, lastModified=2023-06-06 16:01:35.009494000, delta=946000 ns, racy<=17500 ns 16:01:35.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.011048000, lastModified=2023-06-06 16:01:35.010494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.011048000, lastModified=2023-06-06 16:01:35.010494000, delta=554000 ns, racy<=17500 ns 16:01:35.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.011661000, lastModified=2023-06-06 16:01:35.010494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.011661000, lastModified=2023-06-06 16:01:35.010494000, delta=1167000 ns, racy<=17500 ns 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.012262000, lastModified=2023-06-06 16:01:35.011494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.012262000, lastModified=2023-06-06 16:01:35.011494000, delta=768000 ns, racy<=17500 ns 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.012875000, lastModified=2023-06-06 16:01:35.011494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.011494000 to 2023-06-06 16:01:35.012494000 16:01:35.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.013441000, lastModified=2023-06-06 16:01:35.012494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.013441000, lastModified=2023-06-06 16:01:35.012494000, delta=947000 ns, racy<=17500 ns 16:01:35.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.014033000, lastModified=2023-06-06 16:01:35.013494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.014033000, lastModified=2023-06-06 16:01:35.013494000, delta=539000 ns, racy<=17500 ns 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.014591000, lastModified=2023-06-06 16:01:35.013494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.014591000, lastModified=2023-06-06 16:01:35.013494000, delta=1097000 ns, racy<=17500 ns 16:01:35.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.016984000, lastModified=2023-06-06 16:01:35.014494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.014494000 to 2023-06-06 16:01:35.016494000 16:01:35.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.017636000, lastModified=2023-06-06 16:01:35.016494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.017636000, lastModified=2023-06-06 16:01:35.016494000, delta=1142000 ns, racy<=17500 ns 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.018267000, lastModified=2023-06-06 16:01:35.017494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.018267000, lastModified=2023-06-06 16:01:35.017494000, delta=773000 ns, racy<=17500 ns 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.018798000, lastModified=2023-06-06 16:01:35.017494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.017494000 to 2023-06-06 16:01:35.018494000 16:01:35.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.019339000, lastModified=2023-06-06 16:01:35.018494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.019339000, lastModified=2023-06-06 16:01:35.018494000, delta=845000 ns, racy<=17500 ns 16:01:35.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.019869000, lastModified=2023-06-06 16:01:35.018494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.018494000 to 2023-06-06 16:01:35.019494000 16:01:35.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.020449000, lastModified=2023-06-06 16:01:35.019494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.020449000, lastModified=2023-06-06 16:01:35.019494000, delta=955000 ns, racy<=17500 ns 16:01:35.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.021062000, lastModified=2023-06-06 16:01:35.020494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.021062000, lastModified=2023-06-06 16:01:35.020494000, delta=568000 ns, racy<=17500 ns 16:01:35.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.021682000, lastModified=2023-06-06 16:01:35.020494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.021682000, lastModified=2023-06-06 16:01:35.020494000, delta=1188000 ns, racy<=17500 ns 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.022294000, lastModified=2023-06-06 16:01:35.021494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.022294000, lastModified=2023-06-06 16:01:35.021494000, delta=800000 ns, racy<=17500 ns 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.022845000, lastModified=2023-06-06 16:01:35.021494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.021494000 to 2023-06-06 16:01:35.022494000 16:01:35.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.025437000, lastModified=2023-06-06 16:01:35.022494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.022494000 to 2023-06-06 16:01:35.024494000 16:01:35.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.026077000, lastModified=2023-06-06 16:01:35.025494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.026077000, lastModified=2023-06-06 16:01:35.025494000, delta=583000 ns, racy<=17500 ns 16:01:35.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.026699000, lastModified=2023-06-06 16:01:35.025494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.026699000, lastModified=2023-06-06 16:01:35.025494000, delta=1205000 ns, racy<=17500 ns 16:01:35.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.027327000, lastModified=2023-06-06 16:01:35.026494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.027327000, lastModified=2023-06-06 16:01:35.026494000, delta=833000 ns, racy<=17500 ns 16:01:35.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.027927000, lastModified=2023-06-06 16:01:35.026494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.026494000 to 2023-06-06 16:01:35.027494000 16:01:35.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.028640000, lastModified=2023-06-06 16:01:35.027494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.028640000, lastModified=2023-06-06 16:01:35.027494000, delta=1146000 ns, racy<=17500 ns 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.029281000, lastModified=2023-06-06 16:01:35.028494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.029281000, lastModified=2023-06-06 16:01:35.028494000, delta=787000 ns, racy<=17500 ns 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.029845000, lastModified=2023-06-06 16:01:35.028494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.028494000 to 2023-06-06 16:01:35.029494000 16:01:35.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.030401000, lastModified=2023-06-06 16:01:35.029494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.030401000, lastModified=2023-06-06 16:01:35.029494000, delta=907000 ns, racy<=17500 ns 16:01:35.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.030970000, lastModified=2023-06-06 16:01:35.029494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.029494000 to 2023-06-06 16:01:35.030494000 16:01:35.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.031520000, lastModified=2023-06-06 16:01:35.030494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.031520000, lastModified=2023-06-06 16:01:35.030494000, delta=1026000 ns, racy<=17500 ns 16:01:35.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.033895000, lastModified=2023-06-06 16:01:35.031494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.031494000 to 2023-06-06 16:01:35.033494000 16:01:35.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.034532000, lastModified=2023-06-06 16:01:35.033494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.034532000, lastModified=2023-06-06 16:01:35.033494000, delta=1038000 ns, racy<=17500 ns 16:01:35.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.035143000, lastModified=2023-06-06 16:01:35.034494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.035143000, lastModified=2023-06-06 16:01:35.034494000, delta=649000 ns, racy<=17500 ns 16:01:35.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.035721000, lastModified=2023-06-06 16:01:35.034494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.034494000 to 2023-06-06 16:01:35.035494000 16:01:35.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.036271000, lastModified=2023-06-06 16:01:35.035494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.036271000, lastModified=2023-06-06 16:01:35.035494000, delta=777000 ns, racy<=17500 ns 16:01:35.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.036905000, lastModified=2023-06-06 16:01:35.035494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.035494000 to 2023-06-06 16:01:35.036494000 16:01:35.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.037608000, lastModified=2023-06-06 16:01:35.036494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.037608000, lastModified=2023-06-06 16:01:35.036494000, delta=1114000 ns, racy<=17500 ns 16:01:35.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.038250000, lastModified=2023-06-06 16:01:35.037494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.038250000, lastModified=2023-06-06 16:01:35.037494000, delta=756000 ns, racy<=17500 ns 16:01:35.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.039109000, lastModified=2023-06-06 16:01:35.038494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.039109000, lastModified=2023-06-06 16:01:35.038494000, delta=615000 ns, racy<=17500 ns 16:01:35.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.039852000, lastModified=2023-06-06 16:01:35.038494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.038494000 to 2023-06-06 16:01:35.039494000 16:01:35.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.040875000, lastModified=2023-06-06 16:01:35.039494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.039494000 to 2023-06-06 16:01:35.040494000 16:01:35.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.043721000, lastModified=2023-06-06 16:01:35.040494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.040494000 to 2023-06-06 16:01:35.043494000 16:01:35.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.044314000, lastModified=2023-06-06 16:01:35.043494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.044314000, lastModified=2023-06-06 16:01:35.043494000, delta=820000 ns, racy<=17500 ns 16:01:35.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.044909000, lastModified=2023-06-06 16:01:35.043494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.043494000 to 2023-06-06 16:01:35.044494000 16:01:35.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.045431000, lastModified=2023-06-06 16:01:35.044494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.045431000, lastModified=2023-06-06 16:01:35.044494000, delta=937000 ns, racy<=17500 ns 16:01:35.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.045990000, lastModified=2023-06-06 16:01:35.044494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.044494000 to 2023-06-06 16:01:35.045494000 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.046459000, lastModified=2023-06-06 16:01:35.045494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.046459000, lastModified=2023-06-06 16:01:35.045494000, delta=965000 ns, racy<=17500 ns 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.046959000, lastModified=2023-06-06 16:01:35.045494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.045494000 to 2023-06-06 16:01:35.046494000 16:01:35.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.047577000, lastModified=2023-06-06 16:01:35.046494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.047577000, lastModified=2023-06-06 16:01:35.046494000, delta=1083000 ns, racy<=17500 ns 16:01:35.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.048091000, lastModified=2023-06-06 16:01:35.047494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.048091000, lastModified=2023-06-06 16:01:35.047494000, delta=597000 ns, racy<=17500 ns 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.048617000, lastModified=2023-06-06 16:01:35.047494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.048617000, lastModified=2023-06-06 16:01:35.047494000, delta=1123000 ns, racy<=17500 ns 16:01:35.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.049142000, lastModified=2023-06-06 16:01:35.048494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.049142000, lastModified=2023-06-06 16:01:35.048494000, delta=648000 ns, racy<=17500 ns 16:01:35.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.051547000, lastModified=2023-06-06 16:01:35.048494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.048494000 to 2023-06-06 16:01:35.050494000 16:01:35.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.052131000, lastModified=2023-06-06 16:01:35.051494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.052131000, lastModified=2023-06-06 16:01:35.051494000, delta=637000 ns, racy<=17500 ns 16:01:35.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.052677000, lastModified=2023-06-06 16:01:35.051494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.052677000, lastModified=2023-06-06 16:01:35.051494000, delta=1183000 ns, racy<=17500 ns 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.053270000, lastModified=2023-06-06 16:01:35.052494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.053270000, lastModified=2023-06-06 16:01:35.052494000, delta=776000 ns, racy<=17500 ns 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.053900000, lastModified=2023-06-06 16:01:35.052494000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.052494000 to 2023-06-06 16:01:35.053493000 16:01:35.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.054408000, lastModified=2023-06-06 16:01:35.053493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.054408000, lastModified=2023-06-06 16:01:35.053493000, delta=915000 ns, racy<=17500 ns 16:01:35.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.054924000, lastModified=2023-06-06 16:01:35.053493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.053493000 to 2023-06-06 16:01:35.054493000 16:01:35.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.055440000, lastModified=2023-06-06 16:01:35.054493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.055440000, lastModified=2023-06-06 16:01:35.054493000, delta=947000 ns, racy<=17500 ns 16:01:35.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.055944000, lastModified=2023-06-06 16:01:35.054493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.054493000 to 2023-06-06 16:01:35.055493000 16:01:35.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.056456000, lastModified=2023-06-06 16:01:35.055493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.056456000, lastModified=2023-06-06 16:01:35.055493000, delta=963000 ns, racy<=17500 ns 16:01:35.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.056972000, lastModified=2023-06-06 16:01:35.055493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.055493000 to 2023-06-06 16:01:35.056493000 16:01:35.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.059401000, lastModified=2023-06-06 16:01:35.056493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.056493000 to 2023-06-06 16:01:35.058493000 16:01:35.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.110112000, lastModified=2023-06-06 16:01:35.109493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.110112000, lastModified=2023-06-06 16:01:35.109493000, delta=619000 ns, racy<=17500 ns 16:01:35.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.110734000, lastModified=2023-06-06 16:01:35.109493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.110734000, lastModified=2023-06-06 16:01:35.109493000, delta=1241000 ns, racy<=17500 ns 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.111270000, lastModified=2023-06-06 16:01:35.110493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.111270000, lastModified=2023-06-06 16:01:35.110493000, delta=777000 ns, racy<=17500 ns 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.111800000, lastModified=2023-06-06 16:01:35.110493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.110493000 to 2023-06-06 16:01:35.111493000 16:01:35.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.112287000, lastModified=2023-06-06 16:01:35.111493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.112287000, lastModified=2023-06-06 16:01:35.111493000, delta=794000 ns, racy<=17500 ns 16:01:35.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.112783000, lastModified=2023-06-06 16:01:35.111493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.111493000 to 2023-06-06 16:01:35.112493000 16:01:35.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.113260000, lastModified=2023-06-06 16:01:35.112493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.113260000, lastModified=2023-06-06 16:01:35.112493000, delta=767000 ns, racy<=17500 ns 16:01:35.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.113751000, lastModified=2023-06-06 16:01:35.112493000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.113751000, lastModified=2023-06-06 16:01:35.112493000, delta=1258000 ns, racy<=17500 ns 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.114276000, lastModified=2023-06-06 16:01:35.113492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.114276000, lastModified=2023-06-06 16:01:35.113492000, delta=784000 ns, racy<=17500 ns 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.114766000, lastModified=2023-06-06 16:01:35.113492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.113492000 to 2023-06-06 16:01:35.114492000 16:01:35.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.117075000, lastModified=2023-06-06 16:01:35.114492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.114492000 to 2023-06-06 16:01:35.116492000 16:01:35.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.117615000, lastModified=2023-06-06 16:01:35.116492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.117615000, lastModified=2023-06-06 16:01:35.116492000, delta=1123000 ns, racy<=17500 ns 16:01:35.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.118154000, lastModified=2023-06-06 16:01:35.117492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.118154000, lastModified=2023-06-06 16:01:35.117492000, delta=662000 ns, racy<=17500 ns 16:01:35.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.118663000, lastModified=2023-06-06 16:01:35.117492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.118663000, lastModified=2023-06-06 16:01:35.117492000, delta=1171000 ns, racy<=17500 ns 16:01:35.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.119190000, lastModified=2023-06-06 16:01:35.118492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.119190000, lastModified=2023-06-06 16:01:35.118492000, delta=698000 ns, racy<=17500 ns 16:01:35.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.119727000, lastModified=2023-06-06 16:01:35.118492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.119727000, lastModified=2023-06-06 16:01:35.118492000, delta=1235000 ns, racy<=17500 ns 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.120235000, lastModified=2023-06-06 16:01:35.119492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.120235000, lastModified=2023-06-06 16:01:35.119492000, delta=743000 ns, racy<=17500 ns 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.120724000, lastModified=2023-06-06 16:01:35.119492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.120724000, lastModified=2023-06-06 16:01:35.119492000, delta=1232000 ns, racy<=17500 ns 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.121279000, lastModified=2023-06-06 16:01:35.120492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.121279000, lastModified=2023-06-06 16:01:35.120492000, delta=787000 ns, racy<=17500 ns 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.121848000, lastModified=2023-06-06 16:01:35.120492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.120492000 to 2023-06-06 16:01:35.121492000 16:01:35.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.122354000, lastModified=2023-06-06 16:01:35.121492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.122354000, lastModified=2023-06-06 16:01:35.121492000, delta=862000 ns, racy<=17500 ns 16:01:35.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.125016000, lastModified=2023-06-06 16:01:35.121492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.121492000 to 2023-06-06 16:01:35.124492000 16:01:35.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.125558000, lastModified=2023-06-06 16:01:35.124492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.125558000, lastModified=2023-06-06 16:01:35.124492000, delta=1066000 ns, racy<=17500 ns 16:01:35.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.126085000, lastModified=2023-06-06 16:01:35.125492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.126085000, lastModified=2023-06-06 16:01:35.125492000, delta=593000 ns, racy<=17500 ns 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.126604000, lastModified=2023-06-06 16:01:35.125492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.126604000, lastModified=2023-06-06 16:01:35.125492000, delta=1112000 ns, racy<=17500 ns 16:01:35.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.127121000, lastModified=2023-06-06 16:01:35.126492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.127121000, lastModified=2023-06-06 16:01:35.126492000, delta=629000 ns, racy<=17500 ns 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.127634000, lastModified=2023-06-06 16:01:35.126492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.127634000, lastModified=2023-06-06 16:01:35.126492000, delta=1142000 ns, racy<=17500 ns 16:01:35.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.128153000, lastModified=2023-06-06 16:01:35.127492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.128153000, lastModified=2023-06-06 16:01:35.127492000, delta=661000 ns, racy<=17500 ns 16:01:35.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.128664000, lastModified=2023-06-06 16:01:35.127492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.128664000, lastModified=2023-06-06 16:01:35.127492000, delta=1172000 ns, racy<=17500 ns 16:01:35.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.129205000, lastModified=2023-06-06 16:01:35.128492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.129205000, lastModified=2023-06-06 16:01:35.128492000, delta=713000 ns, racy<=17500 ns 16:01:35.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.129730000, lastModified=2023-06-06 16:01:35.128492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.129730000, lastModified=2023-06-06 16:01:35.128492000, delta=1238000 ns, racy<=17500 ns 16:01:35.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.130247000, lastModified=2023-06-06 16:01:35.129492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.130247000, lastModified=2023-06-06 16:01:35.129492000, delta=755000 ns, racy<=17500 ns 16:01:35.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.132739000, lastModified=2023-06-06 16:01:35.129492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.129492000 to 2023-06-06 16:01:35.132492000 16:01:35.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.133306000, lastModified=2023-06-06 16:01:35.132492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.133306000, lastModified=2023-06-06 16:01:35.132492000, delta=814000 ns, racy<=17500 ns 16:01:35.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.133849000, lastModified=2023-06-06 16:01:35.132492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.132492000 to 2023-06-06 16:01:35.133492000 16:01:35.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.134355000, lastModified=2023-06-06 16:01:35.133492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.134355000, lastModified=2023-06-06 16:01:35.133492000, delta=863000 ns, racy<=17500 ns 16:01:35.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.134855000, lastModified=2023-06-06 16:01:35.133492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.133492000 to 2023-06-06 16:01:35.134492000 16:01:35.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.135342000, lastModified=2023-06-06 16:01:35.134492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.135342000, lastModified=2023-06-06 16:01:35.134492000, delta=850000 ns, racy<=17500 ns 16:01:35.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.135837000, lastModified=2023-06-06 16:01:35.134492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.134492000 to 2023-06-06 16:01:35.135492000 16:01:35.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.136330000, lastModified=2023-06-06 16:01:35.135492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.136330000, lastModified=2023-06-06 16:01:35.135492000, delta=838000 ns, racy<=17500 ns 16:01:35.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.136819000, lastModified=2023-06-06 16:01:35.135492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.135492000 to 2023-06-06 16:01:35.136492000 16:01:35.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.137295000, lastModified=2023-06-06 16:01:35.136492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.137295000, lastModified=2023-06-06 16:01:35.136492000, delta=803000 ns, racy<=17500 ns 16:01:35.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.137798000, lastModified=2023-06-06 16:01:35.136492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.136492000 to 2023-06-06 16:01:35.137492000 16:01:35.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.140096000, lastModified=2023-06-06 16:01:35.137492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.137492000 to 2023-06-06 16:01:35.139492000 16:01:35.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.140652000, lastModified=2023-06-06 16:01:35.139492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.140652000, lastModified=2023-06-06 16:01:35.139492000, delta=1160000 ns, racy<=17500 ns 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.141292000, lastModified=2023-06-06 16:01:35.140492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.141292000, lastModified=2023-06-06 16:01:35.140492000, delta=800000 ns, racy<=17500 ns 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.141810000, lastModified=2023-06-06 16:01:35.140492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.140492000 to 2023-06-06 16:01:35.141492000 16:01:35.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.142302000, lastModified=2023-06-06 16:01:35.141492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.142302000, lastModified=2023-06-06 16:01:35.141492000, delta=810000 ns, racy<=17500 ns 16:01:35.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.142800000, lastModified=2023-06-06 16:01:35.141492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.141492000 to 2023-06-06 16:01:35.142492000 16:01:35.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.143270000, lastModified=2023-06-06 16:01:35.142492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.143270000, lastModified=2023-06-06 16:01:35.142492000, delta=778000 ns, racy<=17500 ns 16:01:35.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.143792000, lastModified=2023-06-06 16:01:35.142492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.142492000 to 2023-06-06 16:01:35.143492000 16:01:35.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.144258000, lastModified=2023-06-06 16:01:35.143492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.144258000, lastModified=2023-06-06 16:01:35.143492000, delta=766000 ns, racy<=17500 ns 16:01:35.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.144769000, lastModified=2023-06-06 16:01:35.143492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.144769000, lastModified=2023-06-06 16:01:35.143492000, delta=1277000 ns, racy<=17500 ns 16:01:35.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.145285000, lastModified=2023-06-06 16:01:35.144492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.145285000, lastModified=2023-06-06 16:01:35.144492000, delta=793000 ns, racy<=17500 ns 16:01:35.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.147706000, lastModified=2023-06-06 16:01:35.144492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.144492000 to 2023-06-06 16:01:35.147492000 16:01:35.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.148304000, lastModified=2023-06-06 16:01:35.147492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.148304000, lastModified=2023-06-06 16:01:35.147492000, delta=812000 ns, racy<=17500 ns 16:01:35.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.148888000, lastModified=2023-06-06 16:01:35.147492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.147492000 to 2023-06-06 16:01:35.148492000 16:01:35.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.149353000, lastModified=2023-06-06 16:01:35.148492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.149353000, lastModified=2023-06-06 16:01:35.148492000, delta=861000 ns, racy<=17500 ns 16:01:35.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.149843000, lastModified=2023-06-06 16:01:35.148492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.148492000 to 2023-06-06 16:01:35.149492000 16:01:35.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.150350000, lastModified=2023-06-06 16:01:35.149492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.150350000, lastModified=2023-06-06 16:01:35.149492000, delta=858000 ns, racy<=17500 ns 16:01:35.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.150855000, lastModified=2023-06-06 16:01:35.149492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.149492000 to 2023-06-06 16:01:35.150492000 16:01:35.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.151334000, lastModified=2023-06-06 16:01:35.150492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.151334000, lastModified=2023-06-06 16:01:35.150492000, delta=842000 ns, racy<=17500 ns 16:01:35.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.151808000, lastModified=2023-06-06 16:01:35.150492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.150492000 to 2023-06-06 16:01:35.151492000 16:01:35.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.152284000, lastModified=2023-06-06 16:01:35.151492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.152284000, lastModified=2023-06-06 16:01:35.151492000, delta=792000 ns, racy<=17500 ns 16:01:35.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.152830000, lastModified=2023-06-06 16:01:35.151492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.151492000 to 2023-06-06 16:01:35.152492000 16:01:35.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.155127000, lastModified=2023-06-06 16:01:35.152492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.152492000 to 2023-06-06 16:01:35.154492000 16:01:35.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.155652000, lastModified=2023-06-06 16:01:35.154492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.155652000, lastModified=2023-06-06 16:01:35.154492000, delta=1160000 ns, racy<=17500 ns 16:01:35.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.156157000, lastModified=2023-06-06 16:01:35.155492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.156157000, lastModified=2023-06-06 16:01:35.155492000, delta=665000 ns, racy<=17500 ns 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.156654000, lastModified=2023-06-06 16:01:35.155492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.156654000, lastModified=2023-06-06 16:01:35.155492000, delta=1162000 ns, racy<=17500 ns 16:01:35.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.157138000, lastModified=2023-06-06 16:01:35.156492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.157138000, lastModified=2023-06-06 16:01:35.156492000, delta=646000 ns, racy<=17500 ns 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.157623000, lastModified=2023-06-06 16:01:35.156492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.157623000, lastModified=2023-06-06 16:01:35.156492000, delta=1131000 ns, racy<=17500 ns 16:01:35.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.158125000, lastModified=2023-06-06 16:01:35.157492000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.158125000, lastModified=2023-06-06 16:01:35.157492000, delta=633000 ns, racy<=17500 ns 16:01:35.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.210125000, lastModified=2023-06-06 16:01:35.209491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.210125000, lastModified=2023-06-06 16:01:35.209491000, delta=634000 ns, racy<=17500 ns 16:01:35.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.210662000, lastModified=2023-06-06 16:01:35.209491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.210662000, lastModified=2023-06-06 16:01:35.209491000, delta=1171000 ns, racy<=17500 ns 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.211175000, lastModified=2023-06-06 16:01:35.210491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.211175000, lastModified=2023-06-06 16:01:35.210491000, delta=684000 ns, racy<=17500 ns 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.211676000, lastModified=2023-06-06 16:01:35.210491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.211676000, lastModified=2023-06-06 16:01:35.210491000, delta=1185000 ns, racy<=17500 ns 16:01:35.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.214055000, lastModified=2023-06-06 16:01:35.211491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.211491000 to 2023-06-06 16:01:35.213491000 16:01:35.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.214611000, lastModified=2023-06-06 16:01:35.213491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.214611000, lastModified=2023-06-06 16:01:35.213491000, delta=1120000 ns, racy<=17500 ns 16:01:35.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.215119000, lastModified=2023-06-06 16:01:35.214491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.215119000, lastModified=2023-06-06 16:01:35.214491000, delta=628000 ns, racy<=17500 ns 16:01:35.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.215676000, lastModified=2023-06-06 16:01:35.214491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.215676000, lastModified=2023-06-06 16:01:35.214491000, delta=1185000 ns, racy<=17500 ns 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.216189000, lastModified=2023-06-06 16:01:35.215491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.216189000, lastModified=2023-06-06 16:01:35.215491000, delta=698000 ns, racy<=17500 ns 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.216661000, lastModified=2023-06-06 16:01:35.215491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.216661000, lastModified=2023-06-06 16:01:35.215491000, delta=1170000 ns, racy<=17500 ns 16:01:35.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.217144000, lastModified=2023-06-06 16:01:35.216491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.217144000, lastModified=2023-06-06 16:01:35.216491000, delta=653000 ns, racy<=17500 ns 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.217648000, lastModified=2023-06-06 16:01:35.216491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.217648000, lastModified=2023-06-06 16:01:35.216491000, delta=1157000 ns, racy<=17500 ns 16:01:35.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.218145000, lastModified=2023-06-06 16:01:35.217491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.218145000, lastModified=2023-06-06 16:01:35.217491000, delta=654000 ns, racy<=17500 ns 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.218636000, lastModified=2023-06-06 16:01:35.217491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.218636000, lastModified=2023-06-06 16:01:35.217491000, delta=1145000 ns, racy<=17500 ns 16:01:35.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.219117000, lastModified=2023-06-06 16:01:35.218491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.219117000, lastModified=2023-06-06 16:01:35.218491000, delta=626000 ns, racy<=17500 ns 16:01:35.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.221492000, lastModified=2023-06-06 16:01:35.218491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.218491000 to 2023-06-06 16:01:35.220491000 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.222038000, lastModified=2023-06-06 16:01:35.221491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.222038000, lastModified=2023-06-06 16:01:35.221491000, delta=547000 ns, racy<=17500 ns 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.222563000, lastModified=2023-06-06 16:01:35.221491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.222563000, lastModified=2023-06-06 16:01:35.221491000, delta=1072000 ns, racy<=17500 ns 16:01:35.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.223073000, lastModified=2023-06-06 16:01:35.222491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.223073000, lastModified=2023-06-06 16:01:35.222491000, delta=582000 ns, racy<=17500 ns 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.223584000, lastModified=2023-06-06 16:01:35.222491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.223584000, lastModified=2023-06-06 16:01:35.222491000, delta=1093000 ns, racy<=17500 ns 16:01:35.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.224091000, lastModified=2023-06-06 16:01:35.223491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.224091000, lastModified=2023-06-06 16:01:35.223491000, delta=600000 ns, racy<=17500 ns 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.224580000, lastModified=2023-06-06 16:01:35.223491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.224580000, lastModified=2023-06-06 16:01:35.223491000, delta=1089000 ns, racy<=17500 ns 16:01:35.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.225064000, lastModified=2023-06-06 16:01:35.224491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.225064000, lastModified=2023-06-06 16:01:35.224491000, delta=573000 ns, racy<=17500 ns 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.225550000, lastModified=2023-06-06 16:01:35.224491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.225550000, lastModified=2023-06-06 16:01:35.224491000, delta=1059000 ns, racy<=17500 ns 16:01:35.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.226073000, lastModified=2023-06-06 16:01:35.225491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.226073000, lastModified=2023-06-06 16:01:35.225491000, delta=582000 ns, racy<=17500 ns 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.226553000, lastModified=2023-06-06 16:01:35.225491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.226553000, lastModified=2023-06-06 16:01:35.225491000, delta=1062000 ns, racy<=17500 ns 16:01:35.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.228842000, lastModified=2023-06-06 16:01:35.226491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.226491000 to 2023-06-06 16:01:35.228491000 16:01:35.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.229421000, lastModified=2023-06-06 16:01:35.228491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.229421000, lastModified=2023-06-06 16:01:35.228491000, delta=930000 ns, racy<=17500 ns 16:01:35.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.229927000, lastModified=2023-06-06 16:01:35.228491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.228491000 to 2023-06-06 16:01:35.229491000 16:01:35.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.230411000, lastModified=2023-06-06 16:01:35.229491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.230411000, lastModified=2023-06-06 16:01:35.229491000, delta=920000 ns, racy<=17500 ns 16:01:35.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.230904000, lastModified=2023-06-06 16:01:35.229491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.229491000 to 2023-06-06 16:01:35.230491000 16:01:35.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.231372000, lastModified=2023-06-06 16:01:35.230491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.231372000, lastModified=2023-06-06 16:01:35.230491000, delta=881000 ns, racy<=17500 ns 16:01:35.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.231866000, lastModified=2023-06-06 16:01:35.230491000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.230491000 to 2023-06-06 16:01:35.231490000 16:01:35.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.232369000, lastModified=2023-06-06 16:01:35.231490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.232369000, lastModified=2023-06-06 16:01:35.231490000, delta=879000 ns, racy<=17500 ns 16:01:35.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.232906000, lastModified=2023-06-06 16:01:35.231490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.231490000 to 2023-06-06 16:01:35.232490000 16:01:35.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.233385000, lastModified=2023-06-06 16:01:35.232490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.233385000, lastModified=2023-06-06 16:01:35.232490000, delta=895000 ns, racy<=17500 ns 16:01:35.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.233840000, lastModified=2023-06-06 16:01:35.232490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.232490000 to 2023-06-06 16:01:35.233490000 16:01:35.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.236227000, lastModified=2023-06-06 16:01:35.233490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.233490000 to 2023-06-06 16:01:35.235490000 16:01:35.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.236781000, lastModified=2023-06-06 16:01:35.235490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.235490000 to 2023-06-06 16:01:35.236490000 16:01:35.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.237276000, lastModified=2023-06-06 16:01:35.236490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.237276000, lastModified=2023-06-06 16:01:35.236490000, delta=786000 ns, racy<=17500 ns 16:01:35.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.237769000, lastModified=2023-06-06 16:01:35.236490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.237769000, lastModified=2023-06-06 16:01:35.236490000, delta=1279000 ns, racy<=17500 ns 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.238313000, lastModified=2023-06-06 16:01:35.237490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.238313000, lastModified=2023-06-06 16:01:35.237490000, delta=823000 ns, racy<=17500 ns 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.238818000, lastModified=2023-06-06 16:01:35.237490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.237490000 to 2023-06-06 16:01:35.238490000 16:01:35.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.239277000, lastModified=2023-06-06 16:01:35.238490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.239277000, lastModified=2023-06-06 16:01:35.238490000, delta=787000 ns, racy<=17500 ns 16:01:35.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.239758000, lastModified=2023-06-06 16:01:35.238490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.239758000, lastModified=2023-06-06 16:01:35.238490000, delta=1268000 ns, racy<=17500 ns 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.240235000, lastModified=2023-06-06 16:01:35.239490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.240235000, lastModified=2023-06-06 16:01:35.239490000, delta=745000 ns, racy<=17500 ns 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.240708000, lastModified=2023-06-06 16:01:35.239490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.240708000, lastModified=2023-06-06 16:01:35.239490000, delta=1218000 ns, racy<=17500 ns 16:01:35.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.241210000, lastModified=2023-06-06 16:01:35.240490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.241210000, lastModified=2023-06-06 16:01:35.240490000, delta=720000 ns, racy<=17500 ns 16:01:35.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.243692000, lastModified=2023-06-06 16:01:35.240490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.240490000 to 2023-06-06 16:01:35.243490000 16:01:35.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.244285000, lastModified=2023-06-06 16:01:35.243490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.244285000, lastModified=2023-06-06 16:01:35.243490000, delta=795000 ns, racy<=17500 ns 16:01:35.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.244823000, lastModified=2023-06-06 16:01:35.243490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.243490000 to 2023-06-06 16:01:35.244490000 16:01:35.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.245266000, lastModified=2023-06-06 16:01:35.244490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.245266000, lastModified=2023-06-06 16:01:35.244490000, delta=776000 ns, racy<=17500 ns 16:01:35.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.245735000, lastModified=2023-06-06 16:01:35.244490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.245735000, lastModified=2023-06-06 16:01:35.244490000, delta=1245000 ns, racy<=17500 ns 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.246260000, lastModified=2023-06-06 16:01:35.245490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.246260000, lastModified=2023-06-06 16:01:35.245490000, delta=770000 ns, racy<=17500 ns 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.246767000, lastModified=2023-06-06 16:01:35.245490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.246767000, lastModified=2023-06-06 16:01:35.245490000, delta=1277000 ns, racy<=17500 ns 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.247286000, lastModified=2023-06-06 16:01:35.246490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.247286000, lastModified=2023-06-06 16:01:35.246490000, delta=796000 ns, racy<=17500 ns 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.247761000, lastModified=2023-06-06 16:01:35.246490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.247761000, lastModified=2023-06-06 16:01:35.246490000, delta=1271000 ns, racy<=17500 ns 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.248251000, lastModified=2023-06-06 16:01:35.247490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.248251000, lastModified=2023-06-06 16:01:35.247490000, delta=761000 ns, racy<=17500 ns 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.248707000, lastModified=2023-06-06 16:01:35.247490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.248707000, lastModified=2023-06-06 16:01:35.247490000, delta=1217000 ns, racy<=17500 ns 16:01:35.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.251129000, lastModified=2023-06-06 16:01:35.248490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.248490000 to 2023-06-06 16:01:35.250490000 16:01:35.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.251641000, lastModified=2023-06-06 16:01:35.250490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.251641000, lastModified=2023-06-06 16:01:35.250490000, delta=1151000 ns, racy<=17500 ns 16:01:35.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.252125000, lastModified=2023-06-06 16:01:35.251490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.252125000, lastModified=2023-06-06 16:01:35.251490000, delta=635000 ns, racy<=17500 ns 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.252611000, lastModified=2023-06-06 16:01:35.251490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.252611000, lastModified=2023-06-06 16:01:35.251490000, delta=1121000 ns, racy<=17500 ns 16:01:35.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.253079000, lastModified=2023-06-06 16:01:35.252490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.253079000, lastModified=2023-06-06 16:01:35.252490000, delta=589000 ns, racy<=17500 ns 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.253556000, lastModified=2023-06-06 16:01:35.252490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.253556000, lastModified=2023-06-06 16:01:35.252490000, delta=1066000 ns, racy<=17500 ns 16:01:35.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.254061000, lastModified=2023-06-06 16:01:35.253490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.254061000, lastModified=2023-06-06 16:01:35.253490000, delta=571000 ns, racy<=17500 ns 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.254524000, lastModified=2023-06-06 16:01:35.253490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.254524000, lastModified=2023-06-06 16:01:35.253490000, delta=1034000 ns, racy<=17500 ns 16:01:35.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.254993000, lastModified=2023-06-06 16:01:35.253490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.253490000 to 2023-06-06 16:01:35.254490000 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.255427000, lastModified=2023-06-06 16:01:35.254490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.255427000, lastModified=2023-06-06 16:01:35.254490000, delta=937000 ns, racy<=17500 ns 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.255898000, lastModified=2023-06-06 16:01:35.254490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.254490000 to 2023-06-06 16:01:35.255490000 16:01:35.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.258223000, lastModified=2023-06-06 16:01:35.255490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.255490000 to 2023-06-06 16:01:35.257490000 16:01:35.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.258731000, lastModified=2023-06-06 16:01:35.257490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.258731000, lastModified=2023-06-06 16:01:35.257490000, delta=1241000 ns, racy<=17500 ns 16:01:35.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.309993000, lastModified=2023-06-06 16:01:35.258490000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.258490000 to 2023-06-06 16:01:35.309489000 16:01:35.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.310623000, lastModified=2023-06-06 16:01:35.309489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.310623000, lastModified=2023-06-06 16:01:35.309489000, delta=1134000 ns, racy<=17500 ns 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.311181000, lastModified=2023-06-06 16:01:35.310489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.311181000, lastModified=2023-06-06 16:01:35.310489000, delta=692000 ns, racy<=17500 ns 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.311689000, lastModified=2023-06-06 16:01:35.310489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.311689000, lastModified=2023-06-06 16:01:35.310489000, delta=1200000 ns, racy<=17500 ns 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.312191000, lastModified=2023-06-06 16:01:35.311489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.312191000, lastModified=2023-06-06 16:01:35.311489000, delta=702000 ns, racy<=17500 ns 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.312655000, lastModified=2023-06-06 16:01:35.311489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.312655000, lastModified=2023-06-06 16:01:35.311489000, delta=1166000 ns, racy<=17500 ns 16:01:35.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.313126000, lastModified=2023-06-06 16:01:35.312489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.313126000, lastModified=2023-06-06 16:01:35.312489000, delta=637000 ns, racy<=17500 ns 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.313647000, lastModified=2023-06-06 16:01:35.312489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.313647000, lastModified=2023-06-06 16:01:35.312489000, delta=1158000 ns, racy<=17500 ns 16:01:35.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.314128000, lastModified=2023-06-06 16:01:35.313489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.314128000, lastModified=2023-06-06 16:01:35.313489000, delta=639000 ns, racy<=17500 ns 16:01:35.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.316551000, lastModified=2023-06-06 16:01:35.313489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.313489000 to 2023-06-06 16:01:35.315489000 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.317072000, lastModified=2023-06-06 16:01:35.316489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.317072000, lastModified=2023-06-06 16:01:35.316489000, delta=583000 ns, racy<=17500 ns 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.317554000, lastModified=2023-06-06 16:01:35.316489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.317554000, lastModified=2023-06-06 16:01:35.316489000, delta=1065000 ns, racy<=17500 ns 16:01:35.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.318036000, lastModified=2023-06-06 16:01:35.317489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.318036000, lastModified=2023-06-06 16:01:35.317489000, delta=547000 ns, racy<=17500 ns 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.318496000, lastModified=2023-06-06 16:01:35.317489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.318496000, lastModified=2023-06-06 16:01:35.317489000, delta=1007000 ns, racy<=17500 ns 16:01:35.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.318947000, lastModified=2023-06-06 16:01:35.317489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.317489000 to 2023-06-06 16:01:35.318489000 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.319474000, lastModified=2023-06-06 16:01:35.318489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.319474000, lastModified=2023-06-06 16:01:35.318489000, delta=985000 ns, racy<=17500 ns 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.319915000, lastModified=2023-06-06 16:01:35.318489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.318489000 to 2023-06-06 16:01:35.319489000 16:01:35.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.320354000, lastModified=2023-06-06 16:01:35.319489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.320354000, lastModified=2023-06-06 16:01:35.319489000, delta=865000 ns, racy<=17500 ns 16:01:35.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.320804000, lastModified=2023-06-06 16:01:35.319489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.319489000 to 2023-06-06 16:01:35.320489000 16:01:35.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.321236000, lastModified=2023-06-06 16:01:35.320489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.321236000, lastModified=2023-06-06 16:01:35.320489000, delta=747000 ns, racy<=17500 ns 16:01:35.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.323744000, lastModified=2023-06-06 16:01:35.320489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.320489000 to 2023-06-06 16:01:35.323489000 16:01:35.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.324275000, lastModified=2023-06-06 16:01:35.323489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.324275000, lastModified=2023-06-06 16:01:35.323489000, delta=786000 ns, racy<=17500 ns 16:01:35.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.324747000, lastModified=2023-06-06 16:01:35.323489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.324747000, lastModified=2023-06-06 16:01:35.323489000, delta=1258000 ns, racy<=17500 ns 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.325252000, lastModified=2023-06-06 16:01:35.324489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.325252000, lastModified=2023-06-06 16:01:35.324489000, delta=763000 ns, racy<=17500 ns 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.325711000, lastModified=2023-06-06 16:01:35.324489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.325711000, lastModified=2023-06-06 16:01:35.324489000, delta=1222000 ns, racy<=17500 ns 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.326209000, lastModified=2023-06-06 16:01:35.325489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.326209000, lastModified=2023-06-06 16:01:35.325489000, delta=720000 ns, racy<=17500 ns 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.326673000, lastModified=2023-06-06 16:01:35.325489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.326673000, lastModified=2023-06-06 16:01:35.325489000, delta=1184000 ns, racy<=17500 ns 16:01:35.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.327136000, lastModified=2023-06-06 16:01:35.326489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.327136000, lastModified=2023-06-06 16:01:35.326489000, delta=647000 ns, racy<=17500 ns 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.327594000, lastModified=2023-06-06 16:01:35.326489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.327594000, lastModified=2023-06-06 16:01:35.326489000, delta=1105000 ns, racy<=17500 ns 16:01:35.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.328095000, lastModified=2023-06-06 16:01:35.327489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.328095000, lastModified=2023-06-06 16:01:35.327489000, delta=606000 ns, racy<=17500 ns 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.328551000, lastModified=2023-06-06 16:01:35.327489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.328551000, lastModified=2023-06-06 16:01:35.327489000, delta=1062000 ns, racy<=17500 ns 16:01:35.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.331033000, lastModified=2023-06-06 16:01:35.328489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.328489000 to 2023-06-06 16:01:35.330489000 16:01:35.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.331571000, lastModified=2023-06-06 16:01:35.330489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.331571000, lastModified=2023-06-06 16:01:35.330489000, delta=1082000 ns, racy<=17500 ns 16:01:35.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.332076000, lastModified=2023-06-06 16:01:35.331489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.332076000, lastModified=2023-06-06 16:01:35.331489000, delta=587000 ns, racy<=17500 ns 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.332553000, lastModified=2023-06-06 16:01:35.331489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.332553000, lastModified=2023-06-06 16:01:35.331489000, delta=1064000 ns, racy<=17500 ns 16:01:35.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.333021000, lastModified=2023-06-06 16:01:35.332489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.333021000, lastModified=2023-06-06 16:01:35.332489000, delta=532000 ns, racy<=17500 ns 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.333492000, lastModified=2023-06-06 16:01:35.332489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.333492000, lastModified=2023-06-06 16:01:35.332489000, delta=1003000 ns, racy<=17500 ns 16:01:35.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.333999000, lastModified=2023-06-06 16:01:35.332489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.332489000 to 2023-06-06 16:01:35.333489000 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.334448000, lastModified=2023-06-06 16:01:35.333489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.334448000, lastModified=2023-06-06 16:01:35.333489000, delta=959000 ns, racy<=17500 ns 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.334912000, lastModified=2023-06-06 16:01:35.333489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.333489000 to 2023-06-06 16:01:35.334489000 16:01:35.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.335349000, lastModified=2023-06-06 16:01:35.334489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.335349000, lastModified=2023-06-06 16:01:35.334489000, delta=860000 ns, racy<=17500 ns 16:01:35.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.335785000, lastModified=2023-06-06 16:01:35.334489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.335785000, lastModified=2023-06-06 16:01:35.334489000, delta=1296000 ns, racy<=17500 ns 16:01:35.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.338062000, lastModified=2023-06-06 16:01:35.335489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.335489000 to 2023-06-06 16:01:35.337489000 16:01:35.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.338612000, lastModified=2023-06-06 16:01:35.337489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.338612000, lastModified=2023-06-06 16:01:35.337489000, delta=1123000 ns, racy<=17500 ns 16:01:35.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.339129000, lastModified=2023-06-06 16:01:35.338489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.339129000, lastModified=2023-06-06 16:01:35.338489000, delta=640000 ns, racy<=17500 ns 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.339602000, lastModified=2023-06-06 16:01:35.338489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.339602000, lastModified=2023-06-06 16:01:35.338489000, delta=1113000 ns, racy<=17500 ns 16:01:35.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.340062000, lastModified=2023-06-06 16:01:35.339489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.340062000, lastModified=2023-06-06 16:01:35.339489000, delta=573000 ns, racy<=17500 ns 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.340521000, lastModified=2023-06-06 16:01:35.339489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.340521000, lastModified=2023-06-06 16:01:35.339489000, delta=1032000 ns, racy<=17500 ns 16:01:35.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.340997000, lastModified=2023-06-06 16:01:35.339489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.339489000 to 2023-06-06 16:01:35.340489000 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.341418000, lastModified=2023-06-06 16:01:35.340489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.341418000, lastModified=2023-06-06 16:01:35.340489000, delta=929000 ns, racy<=17500 ns 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.341886000, lastModified=2023-06-06 16:01:35.340489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.340489000 to 2023-06-06 16:01:35.341489000 16:01:35.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.342326000, lastModified=2023-06-06 16:01:35.341489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.342326000, lastModified=2023-06-06 16:01:35.341489000, delta=837000 ns, racy<=17500 ns 16:01:35.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.342772000, lastModified=2023-06-06 16:01:35.341489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.342772000, lastModified=2023-06-06 16:01:35.341489000, delta=1283000 ns, racy<=17500 ns 16:01:35.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.345037000, lastModified=2023-06-06 16:01:35.342489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.342489000 to 2023-06-06 16:01:35.344489000 16:01:35.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.345553000, lastModified=2023-06-06 16:01:35.344489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.345553000, lastModified=2023-06-06 16:01:35.344489000, delta=1064000 ns, racy<=17500 ns 16:01:35.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.346047000, lastModified=2023-06-06 16:01:35.345489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.346047000, lastModified=2023-06-06 16:01:35.345489000, delta=558000 ns, racy<=17500 ns 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.346550000, lastModified=2023-06-06 16:01:35.345489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.346550000, lastModified=2023-06-06 16:01:35.345489000, delta=1061000 ns, racy<=17500 ns 16:01:35.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.347021000, lastModified=2023-06-06 16:01:35.345489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.345489000 to 2023-06-06 16:01:35.346489000 16:01:35.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.347443000, lastModified=2023-06-06 16:01:35.346489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.347443000, lastModified=2023-06-06 16:01:35.346489000, delta=954000 ns, racy<=17500 ns 16:01:35.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.347994000, lastModified=2023-06-06 16:01:35.346489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.346489000 to 2023-06-06 16:01:35.347489000 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.348453000, lastModified=2023-06-06 16:01:35.347489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.348453000, lastModified=2023-06-06 16:01:35.347489000, delta=964000 ns, racy<=17500 ns 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.348928000, lastModified=2023-06-06 16:01:35.347489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.347489000 to 2023-06-06 16:01:35.348489000 16:01:35.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.349413000, lastModified=2023-06-06 16:01:35.348489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.349413000, lastModified=2023-06-06 16:01:35.348489000, delta=924000 ns, racy<=17500 ns 16:01:35.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.349898000, lastModified=2023-06-06 16:01:35.348489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.348489000 to 2023-06-06 16:01:35.349489000 16:01:35.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.352315000, lastModified=2023-06-06 16:01:35.349489000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.349489000 to 2023-06-06 16:01:35.351488000 16:01:35.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.352869000, lastModified=2023-06-06 16:01:35.351488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.351488000 to 2023-06-06 16:01:35.352488000 16:01:35.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.353345000, lastModified=2023-06-06 16:01:35.352488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.353345000, lastModified=2023-06-06 16:01:35.352488000, delta=857000 ns, racy<=17500 ns 16:01:35.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.353823000, lastModified=2023-06-06 16:01:35.352488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.352488000 to 2023-06-06 16:01:35.353488000 16:01:35.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.354282000, lastModified=2023-06-06 16:01:35.353488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.354282000, lastModified=2023-06-06 16:01:35.353488000, delta=794000 ns, racy<=17500 ns 16:01:35.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.354752000, lastModified=2023-06-06 16:01:35.353488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.354752000, lastModified=2023-06-06 16:01:35.353488000, delta=1264000 ns, racy<=17500 ns 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.355214000, lastModified=2023-06-06 16:01:35.354488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.355214000, lastModified=2023-06-06 16:01:35.354488000, delta=726000 ns, racy<=17500 ns 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.355659000, lastModified=2023-06-06 16:01:35.354488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.355659000, lastModified=2023-06-06 16:01:35.354488000, delta=1171000 ns, racy<=17500 ns 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.356206000, lastModified=2023-06-06 16:01:35.355488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.356206000, lastModified=2023-06-06 16:01:35.355488000, delta=718000 ns, racy<=17500 ns 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.356773000, lastModified=2023-06-06 16:01:35.355488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.356773000, lastModified=2023-06-06 16:01:35.355488000, delta=1285000 ns, racy<=17500 ns 16:01:35.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.357244000, lastModified=2023-06-06 16:01:35.356488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.357244000, lastModified=2023-06-06 16:01:35.356488000, delta=756000 ns, racy<=17500 ns 16:01:35.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.359636000, lastModified=2023-06-06 16:01:35.356488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.356488000 to 2023-06-06 16:01:35.359488000 16:01:35.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.360266000, lastModified=2023-06-06 16:01:35.359488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.360266000, lastModified=2023-06-06 16:01:35.359488000, delta=778000 ns, racy<=17500 ns 16:01:35.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.360756000, lastModified=2023-06-06 16:01:35.359488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.360756000, lastModified=2023-06-06 16:01:35.359488000, delta=1268000 ns, racy<=17500 ns 16:01:35.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.409758000, lastModified=2023-06-06 16:01:35.360488000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.360488000 to 2023-06-06 16:01:35.409487000 16:01:35.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.410650000, lastModified=2023-06-06 16:01:35.409487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.410650000, lastModified=2023-06-06 16:01:35.409487000, delta=1163000 ns, racy<=17500 ns 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.411182000, lastModified=2023-06-06 16:01:35.410487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.411182000, lastModified=2023-06-06 16:01:35.410487000, delta=695000 ns, racy<=17500 ns 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.411699000, lastModified=2023-06-06 16:01:35.410487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.411699000, lastModified=2023-06-06 16:01:35.410487000, delta=1212000 ns, racy<=17500 ns 16:01:35.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.412177000, lastModified=2023-06-06 16:01:35.411487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.412177000, lastModified=2023-06-06 16:01:35.411487000, delta=690000 ns, racy<=17500 ns 16:01:35.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.412651000, lastModified=2023-06-06 16:01:35.411487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.412651000, lastModified=2023-06-06 16:01:35.411487000, delta=1164000 ns, racy<=17500 ns 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.413331000, lastModified=2023-06-06 16:01:35.412487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.413331000, lastModified=2023-06-06 16:01:35.412487000, delta=844000 ns, racy<=17500 ns 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.413776000, lastModified=2023-06-06 16:01:35.412487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.413776000, lastModified=2023-06-06 16:01:35.412487000, delta=1289000 ns, racy<=17500 ns 16:01:35.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.416125000, lastModified=2023-06-06 16:01:35.413487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.413487000 to 2023-06-06 16:01:35.415487000 16:01:35.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.416711000, lastModified=2023-06-06 16:01:35.415487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.416711000, lastModified=2023-06-06 16:01:35.415487000, delta=1224000 ns, racy<=17500 ns 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.417293000, lastModified=2023-06-06 16:01:35.416487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.417293000, lastModified=2023-06-06 16:01:35.416487000, delta=806000 ns, racy<=17500 ns 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.417843000, lastModified=2023-06-06 16:01:35.416487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.416487000 to 2023-06-06 16:01:35.417487000 16:01:35.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.418399000, lastModified=2023-06-06 16:01:35.417487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.418399000, lastModified=2023-06-06 16:01:35.417487000, delta=912000 ns, racy<=17500 ns 16:01:35.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.418924000, lastModified=2023-06-06 16:01:35.417487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.417487000 to 2023-06-06 16:01:35.418487000 16:01:35.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.419466000, lastModified=2023-06-06 16:01:35.418487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.419466000, lastModified=2023-06-06 16:01:35.418487000, delta=979000 ns, racy<=17500 ns 16:01:35.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.419987000, lastModified=2023-06-06 16:01:35.418487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.418487000 to 2023-06-06 16:01:35.419487000 16:01:35.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.420509000, lastModified=2023-06-06 16:01:35.419487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.420509000, lastModified=2023-06-06 16:01:35.419487000, delta=1022000 ns, racy<=17500 ns 16:01:35.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.421053000, lastModified=2023-06-06 16:01:35.420487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.421053000, lastModified=2023-06-06 16:01:35.420487000, delta=566000 ns, racy<=17500 ns 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.421592000, lastModified=2023-06-06 16:01:35.420487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.421592000, lastModified=2023-06-06 16:01:35.420487000, delta=1105000 ns, racy<=17500 ns 16:01:35.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.423909000, lastModified=2023-06-06 16:01:35.421487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.421487000 to 2023-06-06 16:01:35.423487000 16:01:35.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.424557000, lastModified=2023-06-06 16:01:35.423487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.424557000, lastModified=2023-06-06 16:01:35.423487000, delta=1070000 ns, racy<=17500 ns 16:01:35.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.425124000, lastModified=2023-06-06 16:01:35.424487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.425124000, lastModified=2023-06-06 16:01:35.424487000, delta=637000 ns, racy<=17500 ns 16:01:35.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.425668000, lastModified=2023-06-06 16:01:35.424487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.425668000, lastModified=2023-06-06 16:01:35.424487000, delta=1181000 ns, racy<=17500 ns 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.426243000, lastModified=2023-06-06 16:01:35.425487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.426243000, lastModified=2023-06-06 16:01:35.425487000, delta=756000 ns, racy<=17500 ns 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.426769000, lastModified=2023-06-06 16:01:35.425487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.425487000 to 2023-06-06 16:01:35.426487000 16:01:35.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.427265000, lastModified=2023-06-06 16:01:35.426487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.427265000, lastModified=2023-06-06 16:01:35.426487000, delta=778000 ns, racy<=17500 ns 16:01:35.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.427746000, lastModified=2023-06-06 16:01:35.426487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.426487000 to 2023-06-06 16:01:35.427487000 16:01:35.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.428260000, lastModified=2023-06-06 16:01:35.427487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.428260000, lastModified=2023-06-06 16:01:35.427487000, delta=773000 ns, racy<=17500 ns 16:01:35.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.428762000, lastModified=2023-06-06 16:01:35.427487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.427487000 to 2023-06-06 16:01:35.428487000 16:01:35.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.429268000, lastModified=2023-06-06 16:01:35.428487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.429268000, lastModified=2023-06-06 16:01:35.428487000, delta=781000 ns, racy<=17500 ns 16:01:35.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.431750000, lastModified=2023-06-06 16:01:35.428487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.428487000 to 2023-06-06 16:01:35.431487000 16:01:35.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.432347000, lastModified=2023-06-06 16:01:35.431487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.432347000, lastModified=2023-06-06 16:01:35.431487000, delta=860000 ns, racy<=17500 ns 16:01:35.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.432850000, lastModified=2023-06-06 16:01:35.431487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.431487000 to 2023-06-06 16:01:35.432487000 16:01:35.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.433393000, lastModified=2023-06-06 16:01:35.432487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.433393000, lastModified=2023-06-06 16:01:35.432487000, delta=906000 ns, racy<=17500 ns 16:01:35.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.433937000, lastModified=2023-06-06 16:01:35.432487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.432487000 to 2023-06-06 16:01:35.433487000 16:01:35.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.434813000, lastModified=2023-06-06 16:01:35.433487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.433487000 to 2023-06-06 16:01:35.434487000 16:01:35.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.435357000, lastModified=2023-06-06 16:01:35.434487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.435357000, lastModified=2023-06-06 16:01:35.434487000, delta=870000 ns, racy<=17500 ns 16:01:35.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.435865000, lastModified=2023-06-06 16:01:35.434487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.434487000 to 2023-06-06 16:01:35.435487000 16:01:35.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.436382000, lastModified=2023-06-06 16:01:35.435487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.436382000, lastModified=2023-06-06 16:01:35.435487000, delta=895000 ns, racy<=17500 ns 16:01:35.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.436912000, lastModified=2023-06-06 16:01:35.435487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.435487000 to 2023-06-06 16:01:35.436487000 16:01:35.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.437477000, lastModified=2023-06-06 16:01:35.436487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.437477000, lastModified=2023-06-06 16:01:35.436487000, delta=990000 ns, racy<=17500 ns 16:01:35.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.439936000, lastModified=2023-06-06 16:01:35.436487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.436487000 to 2023-06-06 16:01:35.439487000 16:01:35.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.440514000, lastModified=2023-06-06 16:01:35.439487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.440514000, lastModified=2023-06-06 16:01:35.439487000, delta=1027000 ns, racy<=17500 ns 16:01:35.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.441065000, lastModified=2023-06-06 16:01:35.440487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.441065000, lastModified=2023-06-06 16:01:35.440487000, delta=578000 ns, racy<=17500 ns 16:01:35.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.441616000, lastModified=2023-06-06 16:01:35.440487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.441616000, lastModified=2023-06-06 16:01:35.440487000, delta=1129000 ns, racy<=17500 ns 16:01:35.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.442237000, lastModified=2023-06-06 16:01:35.441487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.442237000, lastModified=2023-06-06 16:01:35.441487000, delta=750000 ns, racy<=17500 ns 16:01:35.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.442744000, lastModified=2023-06-06 16:01:35.441487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.442744000, lastModified=2023-06-06 16:01:35.441487000, delta=1257000 ns, racy<=17500 ns 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.443302000, lastModified=2023-06-06 16:01:35.442487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.443302000, lastModified=2023-06-06 16:01:35.442487000, delta=815000 ns, racy<=17500 ns 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.443818000, lastModified=2023-06-06 16:01:35.442487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.442487000 to 2023-06-06 16:01:35.443487000 16:01:35.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.444342000, lastModified=2023-06-06 16:01:35.443487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.444342000, lastModified=2023-06-06 16:01:35.443487000, delta=855000 ns, racy<=17500 ns 16:01:35.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.444821000, lastModified=2023-06-06 16:01:35.443487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.443487000 to 2023-06-06 16:01:35.444487000 16:01:35.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.445331000, lastModified=2023-06-06 16:01:35.444487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.445331000, lastModified=2023-06-06 16:01:35.444487000, delta=844000 ns, racy<=17500 ns 16:01:35.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.447747000, lastModified=2023-06-06 16:01:35.444487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.444487000 to 2023-06-06 16:01:35.447487000 16:01:35.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.448395000, lastModified=2023-06-06 16:01:35.447487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.448395000, lastModified=2023-06-06 16:01:35.447487000, delta=908000 ns, racy<=17500 ns 16:01:35.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.448942000, lastModified=2023-06-06 16:01:35.447487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.447487000 to 2023-06-06 16:01:35.448487000 16:01:35.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.449515000, lastModified=2023-06-06 16:01:35.448487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.449515000, lastModified=2023-06-06 16:01:35.448487000, delta=1028000 ns, racy<=17500 ns 16:01:35.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.450185000, lastModified=2023-06-06 16:01:35.449487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.450185000, lastModified=2023-06-06 16:01:35.449487000, delta=698000 ns, racy<=17500 ns 16:01:35.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.450789000, lastModified=2023-06-06 16:01:35.449487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.449487000 to 2023-06-06 16:01:35.450487000 16:01:35.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.451293000, lastModified=2023-06-06 16:01:35.450487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.451293000, lastModified=2023-06-06 16:01:35.450487000, delta=806000 ns, racy<=17500 ns 16:01:35.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.451876000, lastModified=2023-06-06 16:01:35.450487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.450487000 to 2023-06-06 16:01:35.451487000 16:01:35.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.452393000, lastModified=2023-06-06 16:01:35.451487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.452393000, lastModified=2023-06-06 16:01:35.451487000, delta=906000 ns, racy<=17500 ns 16:01:35.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.452882000, lastModified=2023-06-06 16:01:35.451487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.451487000 to 2023-06-06 16:01:35.452487000 16:01:35.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.453569000, lastModified=2023-06-06 16:01:35.452487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.453569000, lastModified=2023-06-06 16:01:35.452487000, delta=1082000 ns, racy<=17500 ns 16:01:35.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.455902000, lastModified=2023-06-06 16:01:35.453487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.453487000 to 2023-06-06 16:01:35.455487000 16:01:35.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.456525000, lastModified=2023-06-06 16:01:35.455487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.456525000, lastModified=2023-06-06 16:01:35.455487000, delta=1038000 ns, racy<=17500 ns 16:01:35.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.457085000, lastModified=2023-06-06 16:01:35.456487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.457085000, lastModified=2023-06-06 16:01:35.456487000, delta=598000 ns, racy<=17500 ns 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.457617000, lastModified=2023-06-06 16:01:35.456487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.457617000, lastModified=2023-06-06 16:01:35.456487000, delta=1130000 ns, racy<=17500 ns 16:01:35.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.458141000, lastModified=2023-06-06 16:01:35.457487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.458141000, lastModified=2023-06-06 16:01:35.457487000, delta=654000 ns, racy<=17500 ns 16:01:35.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.458734000, lastModified=2023-06-06 16:01:35.457487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.458734000, lastModified=2023-06-06 16:01:35.457487000, delta=1247000 ns, racy<=17500 ns 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.459275000, lastModified=2023-06-06 16:01:35.458487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.459275000, lastModified=2023-06-06 16:01:35.458487000, delta=788000 ns, racy<=17500 ns 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.459763000, lastModified=2023-06-06 16:01:35.458487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.458487000 to 2023-06-06 16:01:35.459487000 16:01:35.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.460258000, lastModified=2023-06-06 16:01:35.459487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.460258000, lastModified=2023-06-06 16:01:35.459487000, delta=771000 ns, racy<=17500 ns 16:01:35.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.460792000, lastModified=2023-06-06 16:01:35.459487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.459487000 to 2023-06-06 16:01:35.460487000 16:01:35.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.461288000, lastModified=2023-06-06 16:01:35.460487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.461288000, lastModified=2023-06-06 16:01:35.460487000, delta=801000 ns, racy<=17500 ns 16:01:35.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.463827000, lastModified=2023-06-06 16:01:35.460487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.460487000 to 2023-06-06 16:01:35.463487000 16:01:35.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.464468000, lastModified=2023-06-06 16:01:35.463487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.464468000, lastModified=2023-06-06 16:01:35.463487000, delta=981000 ns, racy<=17500 ns 16:01:35.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.464995000, lastModified=2023-06-06 16:01:35.463487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.463487000 to 2023-06-06 16:01:35.464487000 16:01:35.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.465479000, lastModified=2023-06-06 16:01:35.464487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.465479000, lastModified=2023-06-06 16:01:35.464487000, delta=992000 ns, racy<=17500 ns 16:01:35.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.466069000, lastModified=2023-06-06 16:01:35.465487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.466069000, lastModified=2023-06-06 16:01:35.465487000, delta=582000 ns, racy<=17500 ns 16:01:35.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.466649000, lastModified=2023-06-06 16:01:35.465487000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.466649000, lastModified=2023-06-06 16:01:35.465487000, delta=1162000 ns, racy<=17500 ns 16:01:35.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.509731000, lastModified=2023-06-06 16:01:35.493486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.493486000 to 2023-06-06 16:01:35.509486000 16:01:35.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.510696000, lastModified=2023-06-06 16:01:35.509486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.510696000, lastModified=2023-06-06 16:01:35.509486000, delta=1210000 ns, racy<=17500 ns 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.511251000, lastModified=2023-06-06 16:01:35.510486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.511251000, lastModified=2023-06-06 16:01:35.510486000, delta=765000 ns, racy<=17500 ns 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.511775000, lastModified=2023-06-06 16:01:35.510486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.510486000 to 2023-06-06 16:01:35.511486000 16:01:35.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.512265000, lastModified=2023-06-06 16:01:35.511486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.512265000, lastModified=2023-06-06 16:01:35.511486000, delta=779000 ns, racy<=17500 ns 16:01:35.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.514636000, lastModified=2023-06-06 16:01:35.511486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.511486000 to 2023-06-06 16:01:35.513486000 16:01:35.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.515173000, lastModified=2023-06-06 16:01:35.514486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.515173000, lastModified=2023-06-06 16:01:35.514486000, delta=687000 ns, racy<=17500 ns 16:01:35.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.515740000, lastModified=2023-06-06 16:01:35.514486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.515740000, lastModified=2023-06-06 16:01:35.514486000, delta=1254000 ns, racy<=17500 ns 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.516285000, lastModified=2023-06-06 16:01:35.515486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.516285000, lastModified=2023-06-06 16:01:35.515486000, delta=799000 ns, racy<=17500 ns 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.516793000, lastModified=2023-06-06 16:01:35.515486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.515486000 to 2023-06-06 16:01:35.516486000 16:01:35.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.517287000, lastModified=2023-06-06 16:01:35.516486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.517287000, lastModified=2023-06-06 16:01:35.516486000, delta=801000 ns, racy<=17500 ns 16:01:35.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.517794000, lastModified=2023-06-06 16:01:35.516486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.516486000 to 2023-06-06 16:01:35.517486000 16:01:35.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.518297000, lastModified=2023-06-06 16:01:35.517486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.518297000, lastModified=2023-06-06 16:01:35.517486000, delta=811000 ns, racy<=17500 ns 16:01:35.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.518787000, lastModified=2023-06-06 16:01:35.517486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.517486000 to 2023-06-06 16:01:35.518486000 16:01:35.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.519303000, lastModified=2023-06-06 16:01:35.518486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.519303000, lastModified=2023-06-06 16:01:35.518486000, delta=817000 ns, racy<=17500 ns 16:01:35.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.519787000, lastModified=2023-06-06 16:01:35.518486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.518486000 to 2023-06-06 16:01:35.519486000 16:01:35.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.522110000, lastModified=2023-06-06 16:01:35.519486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.519486000 to 2023-06-06 16:01:35.521486000 16:01:35.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.522630000, lastModified=2023-06-06 16:01:35.521486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.522630000, lastModified=2023-06-06 16:01:35.521486000, delta=1144000 ns, racy<=17500 ns 16:01:35.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.523149000, lastModified=2023-06-06 16:01:35.522486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.523149000, lastModified=2023-06-06 16:01:35.522486000, delta=663000 ns, racy<=17500 ns 16:01:35.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.523645000, lastModified=2023-06-06 16:01:35.522486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.523645000, lastModified=2023-06-06 16:01:35.522486000, delta=1159000 ns, racy<=17500 ns 16:01:35.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.524212000, lastModified=2023-06-06 16:01:35.523486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.524212000, lastModified=2023-06-06 16:01:35.523486000, delta=726000 ns, racy<=17500 ns 16:01:35.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.524727000, lastModified=2023-06-06 16:01:35.523486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.524727000, lastModified=2023-06-06 16:01:35.523486000, delta=1241000 ns, racy<=17500 ns 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.525288000, lastModified=2023-06-06 16:01:35.524486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.525288000, lastModified=2023-06-06 16:01:35.524486000, delta=802000 ns, racy<=17500 ns 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.525799000, lastModified=2023-06-06 16:01:35.524486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.524486000 to 2023-06-06 16:01:35.525486000 16:01:35.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.526278000, lastModified=2023-06-06 16:01:35.525486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.526278000, lastModified=2023-06-06 16:01:35.525486000, delta=792000 ns, racy<=17500 ns 16:01:35.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.526819000, lastModified=2023-06-06 16:01:35.525486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.525486000 to 2023-06-06 16:01:35.526486000 16:01:35.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.527315000, lastModified=2023-06-06 16:01:35.526486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.527315000, lastModified=2023-06-06 16:01:35.526486000, delta=829000 ns, racy<=17500 ns 16:01:35.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.529694000, lastModified=2023-06-06 16:01:35.526486000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.526486000 to 2023-06-06 16:01:35.529485000 16:01:35.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.530282000, lastModified=2023-06-06 16:01:35.529485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.530282000, lastModified=2023-06-06 16:01:35.529485000, delta=797000 ns, racy<=17500 ns 16:01:35.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.530807000, lastModified=2023-06-06 16:01:35.529485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.529485000 to 2023-06-06 16:01:35.530485000 16:01:35.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.531313000, lastModified=2023-06-06 16:01:35.530485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.531313000, lastModified=2023-06-06 16:01:35.530485000, delta=828000 ns, racy<=17500 ns 16:01:35.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.531803000, lastModified=2023-06-06 16:01:35.530485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.530485000 to 2023-06-06 16:01:35.531485000 16:01:35.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.532301000, lastModified=2023-06-06 16:01:35.531485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.532301000, lastModified=2023-06-06 16:01:35.531485000, delta=816000 ns, racy<=17500 ns 16:01:35.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.532819000, lastModified=2023-06-06 16:01:35.531485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.531485000 to 2023-06-06 16:01:35.532485000 16:01:35.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.533305000, lastModified=2023-06-06 16:01:35.532485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.533305000, lastModified=2023-06-06 16:01:35.532485000, delta=820000 ns, racy<=17500 ns 16:01:35.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.533811000, lastModified=2023-06-06 16:01:35.532485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.532485000 to 2023-06-06 16:01:35.533485000 16:01:35.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.534349000, lastModified=2023-06-06 16:01:35.533485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.534349000, lastModified=2023-06-06 16:01:35.533485000, delta=864000 ns, racy<=17500 ns 16:01:35.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.534847000, lastModified=2023-06-06 16:01:35.533485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.533485000 to 2023-06-06 16:01:35.534485000 16:01:35.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.537094000, lastModified=2023-06-06 16:01:35.534485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.534485000 to 2023-06-06 16:01:35.536485000 16:01:35.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.537556000, lastModified=2023-06-06 16:01:35.536485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.537556000, lastModified=2023-06-06 16:01:35.536485000, delta=1071000 ns, racy<=17500 ns 16:01:35.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.538048000, lastModified=2023-06-06 16:01:35.537485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.538048000, lastModified=2023-06-06 16:01:35.537485000, delta=563000 ns, racy<=17500 ns 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.538533000, lastModified=2023-06-06 16:01:35.537485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.538533000, lastModified=2023-06-06 16:01:35.537485000, delta=1048000 ns, racy<=17500 ns 16:01:35.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.539020000, lastModified=2023-06-06 16:01:35.537485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.537485000 to 2023-06-06 16:01:35.538485000 16:01:35.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.539491000, lastModified=2023-06-06 16:01:35.538485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.539491000, lastModified=2023-06-06 16:01:35.538485000, delta=1006000 ns, racy<=17500 ns 16:01:35.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.539988000, lastModified=2023-06-06 16:01:35.538485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.538485000 to 2023-06-06 16:01:35.539485000 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.540452000, lastModified=2023-06-06 16:01:35.539485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.540452000, lastModified=2023-06-06 16:01:35.539485000, delta=967000 ns, racy<=17500 ns 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.540921000, lastModified=2023-06-06 16:01:35.539485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.539485000 to 2023-06-06 16:01:35.540485000 16:01:35.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.541406000, lastModified=2023-06-06 16:01:35.540485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.541406000, lastModified=2023-06-06 16:01:35.540485000, delta=921000 ns, racy<=17500 ns 16:01:35.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.541881000, lastModified=2023-06-06 16:01:35.540485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.540485000 to 2023-06-06 16:01:35.541485000 16:01:35.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.544177000, lastModified=2023-06-06 16:01:35.541485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.541485000 to 2023-06-06 16:01:35.543485000 16:01:35.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.544663000, lastModified=2023-06-06 16:01:35.543485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.544663000, lastModified=2023-06-06 16:01:35.543485000, delta=1178000 ns, racy<=17500 ns 16:01:35.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.545192000, lastModified=2023-06-06 16:01:35.544485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.545192000, lastModified=2023-06-06 16:01:35.544485000, delta=707000 ns, racy<=17500 ns 16:01:35.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.545713000, lastModified=2023-06-06 16:01:35.544485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.545713000, lastModified=2023-06-06 16:01:35.544485000, delta=1228000 ns, racy<=17500 ns 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.546218000, lastModified=2023-06-06 16:01:35.545485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.546218000, lastModified=2023-06-06 16:01:35.545485000, delta=733000 ns, racy<=17500 ns 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.546724000, lastModified=2023-06-06 16:01:35.545485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.546724000, lastModified=2023-06-06 16:01:35.545485000, delta=1239000 ns, racy<=17500 ns 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.547213000, lastModified=2023-06-06 16:01:35.546485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.547213000, lastModified=2023-06-06 16:01:35.546485000, delta=728000 ns, racy<=17500 ns 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.547702000, lastModified=2023-06-06 16:01:35.546485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.547702000, lastModified=2023-06-06 16:01:35.546485000, delta=1217000 ns, racy<=17500 ns 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.548252000, lastModified=2023-06-06 16:01:35.547485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.548252000, lastModified=2023-06-06 16:01:35.547485000, delta=767000 ns, racy<=17500 ns 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.548776000, lastModified=2023-06-06 16:01:35.547485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.547485000 to 2023-06-06 16:01:35.548485000 16:01:35.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.549262000, lastModified=2023-06-06 16:01:35.548485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.549262000, lastModified=2023-06-06 16:01:35.548485000, delta=777000 ns, racy<=17500 ns 16:01:35.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.551683000, lastModified=2023-06-06 16:01:35.548485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.548485000 to 2023-06-06 16:01:35.550485000 16:01:35.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.609729000, lastModified=2023-06-06 16:01:35.551485000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.551485000 to 2023-06-06 16:01:35.609484000 16:01:35.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.610316000, lastModified=2023-06-06 16:01:35.609484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.610316000, lastModified=2023-06-06 16:01:35.609484000, delta=832000 ns, racy<=17500 ns 16:01:35.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.610881000, lastModified=2023-06-06 16:01:35.609484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.609484000 to 2023-06-06 16:01:35.610484000 16:01:35.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.611383000, lastModified=2023-06-06 16:01:35.610484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.611383000, lastModified=2023-06-06 16:01:35.610484000, delta=899000 ns, racy<=17500 ns 16:01:35.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.611876000, lastModified=2023-06-06 16:01:35.610484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.610484000 to 2023-06-06 16:01:35.611484000 16:01:35.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.612370000, lastModified=2023-06-06 16:01:35.611484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.612370000, lastModified=2023-06-06 16:01:35.611484000, delta=886000 ns, racy<=17500 ns 16:01:35.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.612879000, lastModified=2023-06-06 16:01:35.611484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.611484000 to 2023-06-06 16:01:35.612484000 16:01:35.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.613375000, lastModified=2023-06-06 16:01:35.612484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.613375000, lastModified=2023-06-06 16:01:35.612484000, delta=891000 ns, racy<=17500 ns 16:01:35.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.613879000, lastModified=2023-06-06 16:01:35.612484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.612484000 to 2023-06-06 16:01:35.613484000 16:01:35.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.614366000, lastModified=2023-06-06 16:01:35.613484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.614366000, lastModified=2023-06-06 16:01:35.613484000, delta=882000 ns, racy<=17500 ns 16:01:35.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.616819000, lastModified=2023-06-06 16:01:35.613484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.613484000 to 2023-06-06 16:01:35.616484000 16:01:35.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.617522000, lastModified=2023-06-06 16:01:35.616484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.617522000, lastModified=2023-06-06 16:01:35.616484000, delta=1038000 ns, racy<=17500 ns 16:01:35.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.618074000, lastModified=2023-06-06 16:01:35.617484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.618074000, lastModified=2023-06-06 16:01:35.617484000, delta=590000 ns, racy<=17500 ns 16:01:35.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.618647000, lastModified=2023-06-06 16:01:35.617484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.618647000, lastModified=2023-06-06 16:01:35.617484000, delta=1163000 ns, racy<=17500 ns 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.619255000, lastModified=2023-06-06 16:01:35.618484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.619255000, lastModified=2023-06-06 16:01:35.618484000, delta=771000 ns, racy<=17500 ns 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.619768000, lastModified=2023-06-06 16:01:35.618484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.618484000 to 2023-06-06 16:01:35.619484000 16:01:35.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.620279000, lastModified=2023-06-06 16:01:35.619484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.620279000, lastModified=2023-06-06 16:01:35.619484000, delta=795000 ns, racy<=17500 ns 16:01:35.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.620851000, lastModified=2023-06-06 16:01:35.619484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.619484000 to 2023-06-06 16:01:35.620484000 16:01:35.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.621412000, lastModified=2023-06-06 16:01:35.620484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.621412000, lastModified=2023-06-06 16:01:35.620484000, delta=928000 ns, racy<=17500 ns 16:01:35.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.621972000, lastModified=2023-06-06 16:01:35.620484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.620484000 to 2023-06-06 16:01:35.621484000 16:01:35.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.622496000, lastModified=2023-06-06 16:01:35.621484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.622496000, lastModified=2023-06-06 16:01:35.621484000, delta=1012000 ns, racy<=17500 ns 16:01:35.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.624977000, lastModified=2023-06-06 16:01:35.622484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.622484000 to 2023-06-06 16:01:35.624484000 16:01:35.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.625535000, lastModified=2023-06-06 16:01:35.624484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.625535000, lastModified=2023-06-06 16:01:35.624484000, delta=1051000 ns, racy<=17500 ns 16:01:35.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.626041000, lastModified=2023-06-06 16:01:35.625484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.626041000, lastModified=2023-06-06 16:01:35.625484000, delta=557000 ns, racy<=17500 ns 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.626526000, lastModified=2023-06-06 16:01:35.625484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.626526000, lastModified=2023-06-06 16:01:35.625484000, delta=1042000 ns, racy<=17500 ns 16:01:35.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.627003000, lastModified=2023-06-06 16:01:35.625484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.625484000 to 2023-06-06 16:01:35.626484000 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.627459000, lastModified=2023-06-06 16:01:35.626484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.627459000, lastModified=2023-06-06 16:01:35.626484000, delta=975000 ns, racy<=17500 ns 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.627900000, lastModified=2023-06-06 16:01:35.626484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.626484000 to 2023-06-06 16:01:35.627484000 16:01:35.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.628345000, lastModified=2023-06-06 16:01:35.627484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.628345000, lastModified=2023-06-06 16:01:35.627484000, delta=861000 ns, racy<=17500 ns 16:01:35.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.628803000, lastModified=2023-06-06 16:01:35.627484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.627484000 to 2023-06-06 16:01:35.628484000 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.629252000, lastModified=2023-06-06 16:01:35.628484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.629252000, lastModified=2023-06-06 16:01:35.628484000, delta=768000 ns, racy<=17500 ns 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.629704000, lastModified=2023-06-06 16:01:35.628484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.629704000, lastModified=2023-06-06 16:01:35.628484000, delta=1220000 ns, racy<=17500 ns 16:01:35.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.632006000, lastModified=2023-06-06 16:01:35.629484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.629484000 to 2023-06-06 16:01:35.631484000 16:01:35.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.632519000, lastModified=2023-06-06 16:01:35.631484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.632519000, lastModified=2023-06-06 16:01:35.631484000, delta=1035000 ns, racy<=17500 ns 16:01:35.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.633069000, lastModified=2023-06-06 16:01:35.631484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.631484000 to 2023-06-06 16:01:35.632484000 16:01:35.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.633542000, lastModified=2023-06-06 16:01:35.632484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.633542000, lastModified=2023-06-06 16:01:35.632484000, delta=1058000 ns, racy<=17500 ns 16:01:35.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.634183000, lastModified=2023-06-06 16:01:35.633484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.634183000, lastModified=2023-06-06 16:01:35.633484000, delta=699000 ns, racy<=17500 ns 16:01:35.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.634987000, lastModified=2023-06-06 16:01:35.633484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.633484000 to 2023-06-06 16:01:35.634484000 16:01:35.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.635672000, lastModified=2023-06-06 16:01:35.634484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.635672000, lastModified=2023-06-06 16:01:35.634484000, delta=1188000 ns, racy<=17500 ns 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.636333000, lastModified=2023-06-06 16:01:35.635484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.636333000, lastModified=2023-06-06 16:01:35.635484000, delta=849000 ns, racy<=17500 ns 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.636889000, lastModified=2023-06-06 16:01:35.635484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.635484000 to 2023-06-06 16:01:35.636484000 16:01:35.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.637362000, lastModified=2023-06-06 16:01:35.636484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.637362000, lastModified=2023-06-06 16:01:35.636484000, delta=878000 ns, racy<=17500 ns 16:01:35.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.637901000, lastModified=2023-06-06 16:01:35.636484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.636484000 to 2023-06-06 16:01:35.637484000 16:01:35.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.640294000, lastModified=2023-06-06 16:01:35.637484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.637484000 to 2023-06-06 16:01:35.639484000 16:01:35.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.640882000, lastModified=2023-06-06 16:01:35.639484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.639484000 to 2023-06-06 16:01:35.640484000 16:01:35.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.641390000, lastModified=2023-06-06 16:01:35.640484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.641390000, lastModified=2023-06-06 16:01:35.640484000, delta=906000 ns, racy<=17500 ns 16:01:35.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.641896000, lastModified=2023-06-06 16:01:35.640484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.640484000 to 2023-06-06 16:01:35.641484000 16:01:35.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.642362000, lastModified=2023-06-06 16:01:35.641484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.642362000, lastModified=2023-06-06 16:01:35.641484000, delta=878000 ns, racy<=17500 ns 16:01:35.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.642862000, lastModified=2023-06-06 16:01:35.641484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.641484000 to 2023-06-06 16:01:35.642484000 16:01:35.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.643319000, lastModified=2023-06-06 16:01:35.642484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.643319000, lastModified=2023-06-06 16:01:35.642484000, delta=835000 ns, racy<=17500 ns 16:01:35.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.643769000, lastModified=2023-06-06 16:01:35.642484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.643769000, lastModified=2023-06-06 16:01:35.642484000, delta=1285000 ns, racy<=17500 ns 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.644240000, lastModified=2023-06-06 16:01:35.643484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.644240000, lastModified=2023-06-06 16:01:35.643484000, delta=756000 ns, racy<=17500 ns 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.644783000, lastModified=2023-06-06 16:01:35.643484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.643484000 to 2023-06-06 16:01:35.644484000 16:01:35.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.645239000, lastModified=2023-06-06 16:01:35.644484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.645239000, lastModified=2023-06-06 16:01:35.644484000, delta=755000 ns, racy<=17500 ns 16:01:35.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.751653000, lastModified=2023-06-06 16:01:35.644484000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.644484000 to 2023-06-06 16:01:35.751482000 16:01:35.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.752719000, lastModified=2023-06-06 16:01:35.751482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.752719000, lastModified=2023-06-06 16:01:35.751482000, delta=1237000 ns, racy<=17500 ns 16:01:35.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.753510000, lastModified=2023-06-06 16:01:35.752482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.753510000, lastModified=2023-06-06 16:01:35.752482000, delta=1028000 ns, racy<=17500 ns 16:01:35.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.754298000, lastModified=2023-06-06 16:01:35.753482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.754298000, lastModified=2023-06-06 16:01:35.753482000, delta=816000 ns, racy<=17500 ns 16:01:35.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.755059000, lastModified=2023-06-06 16:01:35.754482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.755059000, lastModified=2023-06-06 16:01:35.754482000, delta=577000 ns, racy<=17500 ns 16:01:35.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.755704000, lastModified=2023-06-06 16:01:35.754482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.754482000 to 2023-06-06 16:01:35.755482000 16:01:35.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.756380000, lastModified=2023-06-06 16:01:35.755482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.756380000, lastModified=2023-06-06 16:01:35.755482000, delta=898000 ns, racy<=17500 ns 16:01:35.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.757013000, lastModified=2023-06-06 16:01:35.755482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.755482000 to 2023-06-06 16:01:35.756482000 16:01:35.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.757656000, lastModified=2023-06-06 16:01:35.756482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.757656000, lastModified=2023-06-06 16:01:35.756482000, delta=1174000 ns, racy<=17500 ns 16:01:35.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.758279000, lastModified=2023-06-06 16:01:35.757482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.758279000, lastModified=2023-06-06 16:01:35.757482000, delta=797000 ns, racy<=17500 ns 16:01:35.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.758996000, lastModified=2023-06-06 16:01:35.757482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.757482000 to 2023-06-06 16:01:35.758482000 16:01:35.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.761572000, lastModified=2023-06-06 16:01:35.758482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.758482000 to 2023-06-06 16:01:35.761482000 16:01:35.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.762446000, lastModified=2023-06-06 16:01:35.761482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.762446000, lastModified=2023-06-06 16:01:35.761482000, delta=964000 ns, racy<=17500 ns 16:01:35.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.763165000, lastModified=2023-06-06 16:01:35.762482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.763165000, lastModified=2023-06-06 16:01:35.762482000, delta=683000 ns, racy<=17500 ns 16:01:35.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.763884000, lastModified=2023-06-06 16:01:35.762482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.762482000 to 2023-06-06 16:01:35.763482000 16:01:35.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.764538000, lastModified=2023-06-06 16:01:35.763482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.764538000, lastModified=2023-06-06 16:01:35.763482000, delta=1056000 ns, racy<=17500 ns 16:01:35.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.765172000, lastModified=2023-06-06 16:01:35.764482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.765172000, lastModified=2023-06-06 16:01:35.764482000, delta=690000 ns, racy<=17500 ns 16:01:35.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.765823000, lastModified=2023-06-06 16:01:35.764482000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.764482000 to 2023-06-06 16:01:35.765481000 16:01:35.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.766439000, lastModified=2023-06-06 16:01:35.765481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.766439000, lastModified=2023-06-06 16:01:35.765481000, delta=958000 ns, racy<=17500 ns 16:01:35.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.767189000, lastModified=2023-06-06 16:01:35.766481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.767189000, lastModified=2023-06-06 16:01:35.766481000, delta=708000 ns, racy<=17500 ns 16:01:35.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.767839000, lastModified=2023-06-06 16:01:35.766481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.766481000 to 2023-06-06 16:01:35.767481000 16:01:35.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.768477000, lastModified=2023-06-06 16:01:35.767481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.768477000, lastModified=2023-06-06 16:01:35.767481000, delta=996000 ns, racy<=17500 ns 16:01:35.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.770921000, lastModified=2023-06-06 16:01:35.768481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.768481000 to 2023-06-06 16:01:35.770481000 16:01:35.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.771563000, lastModified=2023-06-06 16:01:35.770481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.771563000, lastModified=2023-06-06 16:01:35.770481000, delta=1082000 ns, racy<=17500 ns 16:01:35.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.772163000, lastModified=2023-06-06 16:01:35.771481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.772163000, lastModified=2023-06-06 16:01:35.771481000, delta=682000 ns, racy<=17500 ns 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.772633000, lastModified=2023-06-06 16:01:35.771481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.772633000, lastModified=2023-06-06 16:01:35.771481000, delta=1152000 ns, racy<=17500 ns 16:01:35.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.773096000, lastModified=2023-06-06 16:01:35.772481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.773096000, lastModified=2023-06-06 16:01:35.772481000, delta=615000 ns, racy<=17500 ns 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.773548000, lastModified=2023-06-06 16:01:35.772481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.773548000, lastModified=2023-06-06 16:01:35.772481000, delta=1067000 ns, racy<=17500 ns 16:01:35.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.774030000, lastModified=2023-06-06 16:01:35.772481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.772481000 to 2023-06-06 16:01:35.773481000 16:01:35.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.774473000, lastModified=2023-06-06 16:01:35.773481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.774473000, lastModified=2023-06-06 16:01:35.773481000, delta=992000 ns, racy<=17500 ns 16:01:35.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.809755000, lastModified=2023-06-06 16:01:35.773481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.773481000 to 2023-06-06 16:01:35.809481000 16:01:35.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.810472000, lastModified=2023-06-06 16:01:35.809481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.810472000, lastModified=2023-06-06 16:01:35.809481000, delta=991000 ns, racy<=17500 ns 16:01:35.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.811186000, lastModified=2023-06-06 16:01:35.810481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.811186000, lastModified=2023-06-06 16:01:35.810481000, delta=705000 ns, racy<=17500 ns 16:01:35.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.813662000, lastModified=2023-06-06 16:01:35.810481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.810481000 to 2023-06-06 16:01:35.812481000 16:01:35.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.814331000, lastModified=2023-06-06 16:01:35.813481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.814331000, lastModified=2023-06-06 16:01:35.813481000, delta=850000 ns, racy<=17500 ns 16:01:35.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.814972000, lastModified=2023-06-06 16:01:35.813481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.813481000 to 2023-06-06 16:01:35.814481000 16:01:35.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.815593000, lastModified=2023-06-06 16:01:35.814481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.815593000, lastModified=2023-06-06 16:01:35.814481000, delta=1112000 ns, racy<=17500 ns 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.816277000, lastModified=2023-06-06 16:01:35.815481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.816277000, lastModified=2023-06-06 16:01:35.815481000, delta=796000 ns, racy<=17500 ns 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.816877000, lastModified=2023-06-06 16:01:35.815481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.815481000 to 2023-06-06 16:01:35.816481000 16:01:35.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.817529000, lastModified=2023-06-06 16:01:35.816481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.817529000, lastModified=2023-06-06 16:01:35.816481000, delta=1048000 ns, racy<=17500 ns 16:01:35.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.818132000, lastModified=2023-06-06 16:01:35.817481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.818132000, lastModified=2023-06-06 16:01:35.817481000, delta=651000 ns, racy<=17500 ns 16:01:35.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.818856000, lastModified=2023-06-06 16:01:35.817481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.817481000 to 2023-06-06 16:01:35.818481000 16:01:35.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.819444000, lastModified=2023-06-06 16:01:35.818481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.819444000, lastModified=2023-06-06 16:01:35.818481000, delta=963000 ns, racy<=17500 ns 16:01:35.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.820054000, lastModified=2023-06-06 16:01:35.819481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.820054000, lastModified=2023-06-06 16:01:35.819481000, delta=573000 ns, racy<=17500 ns 16:01:35.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.822509000, lastModified=2023-06-06 16:01:35.819481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.819481000 to 2023-06-06 16:01:35.821481000 16:01:35.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.823324000, lastModified=2023-06-06 16:01:35.822481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.823324000, lastModified=2023-06-06 16:01:35.822481000, delta=843000 ns, racy<=17500 ns 16:01:35.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.823925000, lastModified=2023-06-06 16:01:35.822481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.822481000 to 2023-06-06 16:01:35.823481000 16:01:35.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.824535000, lastModified=2023-06-06 16:01:35.823481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.824535000, lastModified=2023-06-06 16:01:35.823481000, delta=1054000 ns, racy<=17500 ns 16:01:35.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.825149000, lastModified=2023-06-06 16:01:35.824481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.825149000, lastModified=2023-06-06 16:01:35.824481000, delta=668000 ns, racy<=17500 ns 16:01:35.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.825786000, lastModified=2023-06-06 16:01:35.824481000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.824481000 to 2023-06-06 16:01:35.825480000 16:01:35.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.826372000, lastModified=2023-06-06 16:01:35.825480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.826372000, lastModified=2023-06-06 16:01:35.825480000, delta=892000 ns, racy<=17500 ns 16:01:35.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.826973000, lastModified=2023-06-06 16:01:35.825480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.825480000 to 2023-06-06 16:01:35.826480000 16:01:35.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.827523000, lastModified=2023-06-06 16:01:35.826480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.827523000, lastModified=2023-06-06 16:01:35.826480000, delta=1043000 ns, racy<=17500 ns 16:01:35.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.828137000, lastModified=2023-06-06 16:01:35.827480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.828137000, lastModified=2023-06-06 16:01:35.827480000, delta=657000 ns, racy<=17500 ns 16:01:35.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.828731000, lastModified=2023-06-06 16:01:35.827480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.828731000, lastModified=2023-06-06 16:01:35.827480000, delta=1251000 ns, racy<=17500 ns 16:01:35.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.831157000, lastModified=2023-06-06 16:01:35.828480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.828480000 to 2023-06-06 16:01:35.830480000 16:01:35.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.831747000, lastModified=2023-06-06 16:01:35.830480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.830480000 to 2023-06-06 16:01:35.831480000 16:01:35.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.832344000, lastModified=2023-06-06 16:01:35.831480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.832344000, lastModified=2023-06-06 16:01:35.831480000, delta=864000 ns, racy<=17500 ns 16:01:35.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.832961000, lastModified=2023-06-06 16:01:35.831480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.831480000 to 2023-06-06 16:01:35.832480000 16:01:35.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.833538000, lastModified=2023-06-06 16:01:35.832480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.833538000, lastModified=2023-06-06 16:01:35.832480000, delta=1058000 ns, racy<=17500 ns 16:01:35.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.834193000, lastModified=2023-06-06 16:01:35.833480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.834193000, lastModified=2023-06-06 16:01:35.833480000, delta=713000 ns, racy<=17500 ns 16:01:35.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.834810000, lastModified=2023-06-06 16:01:35.833480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.833480000 to 2023-06-06 16:01:35.834480000 16:01:35.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.835395000, lastModified=2023-06-06 16:01:35.834480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.835395000, lastModified=2023-06-06 16:01:35.834480000, delta=915000 ns, racy<=17500 ns 16:01:35.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.836013000, lastModified=2023-06-06 16:01:35.834480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.834480000 to 2023-06-06 16:01:35.835480000 16:01:35.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.836588000, lastModified=2023-06-06 16:01:35.835480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.836588000, lastModified=2023-06-06 16:01:35.835480000, delta=1108000 ns, racy<=17500 ns 16:01:35.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.837166000, lastModified=2023-06-06 16:01:35.836480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.837166000, lastModified=2023-06-06 16:01:35.836480000, delta=686000 ns, racy<=17500 ns 16:01:35.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.839667000, lastModified=2023-06-06 16:01:35.836480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.836480000 to 2023-06-06 16:01:35.838480000 16:01:35.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.840295000, lastModified=2023-06-06 16:01:35.839480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.840295000, lastModified=2023-06-06 16:01:35.839480000, delta=815000 ns, racy<=17500 ns 16:01:35.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.909761000, lastModified=2023-06-06 16:01:35.839480000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.839480000 to 2023-06-06 16:01:35.909479000 16:01:35.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.910746000, lastModified=2023-06-06 16:01:35.909479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.909479000 to 2023-06-06 16:01:35.910479000 16:01:35.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.911349000, lastModified=2023-06-06 16:01:35.910479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.911349000, lastModified=2023-06-06 16:01:35.910479000, delta=870000 ns, racy<=17500 ns 16:01:35.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.911987000, lastModified=2023-06-06 16:01:35.910479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.910479000 to 2023-06-06 16:01:35.911479000 16:01:35.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.912560000, lastModified=2023-06-06 16:01:35.911479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.912560000, lastModified=2023-06-06 16:01:35.911479000, delta=1081000 ns, racy<=17500 ns 16:01:35.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.913154000, lastModified=2023-06-06 16:01:35.912479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.913154000, lastModified=2023-06-06 16:01:35.912479000, delta=675000 ns, racy<=17500 ns 16:01:35.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.913772000, lastModified=2023-06-06 16:01:35.912479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.912479000 to 2023-06-06 16:01:35.913479000 16:01:35.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.914356000, lastModified=2023-06-06 16:01:35.913479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.914356000, lastModified=2023-06-06 16:01:35.913479000, delta=877000 ns, racy<=17500 ns 16:01:35.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.914947000, lastModified=2023-06-06 16:01:35.913479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.913479000 to 2023-06-06 16:01:35.914479000 16:01:35.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.917382000, lastModified=2023-06-06 16:01:35.914479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.914479000 to 2023-06-06 16:01:35.916479000 16:01:35.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.918075000, lastModified=2023-06-06 16:01:35.917479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.918075000, lastModified=2023-06-06 16:01:35.917479000, delta=596000 ns, racy<=17500 ns 16:01:35.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.918770000, lastModified=2023-06-06 16:01:35.917479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.917479000 to 2023-06-06 16:01:35.918479000 16:01:35.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.919383000, lastModified=2023-06-06 16:01:35.918479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.919383000, lastModified=2023-06-06 16:01:35.918479000, delta=904000 ns, racy<=17500 ns 16:01:35.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.920048000, lastModified=2023-06-06 16:01:35.919479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.920048000, lastModified=2023-06-06 16:01:35.919479000, delta=569000 ns, racy<=17500 ns 16:01:35.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.920704000, lastModified=2023-06-06 16:01:35.919479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.920704000, lastModified=2023-06-06 16:01:35.919479000, delta=1225000 ns, racy<=17500 ns 16:01:35.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.921374000, lastModified=2023-06-06 16:01:35.920479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.921374000, lastModified=2023-06-06 16:01:35.920479000, delta=895000 ns, racy<=17500 ns 16:01:35.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.922009000, lastModified=2023-06-06 16:01:35.920479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.920479000 to 2023-06-06 16:01:35.921479000 16:01:35.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.922631000, lastModified=2023-06-06 16:01:35.921479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.922631000, lastModified=2023-06-06 16:01:35.921479000, delta=1152000 ns, racy<=17500 ns 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.923300000, lastModified=2023-06-06 16:01:35.922479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.923300000, lastModified=2023-06-06 16:01:35.922479000, delta=821000 ns, racy<=17500 ns 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.923943000, lastModified=2023-06-06 16:01:35.922479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.922479000 to 2023-06-06 16:01:35.923479000 16:01:35.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.926426000, lastModified=2023-06-06 16:01:35.923479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.923479000 to 2023-06-06 16:01:35.925479000 16:01:35.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.927089000, lastModified=2023-06-06 16:01:35.926479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.927089000, lastModified=2023-06-06 16:01:35.926479000, delta=610000 ns, racy<=17500 ns 16:01:35.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.927751000, lastModified=2023-06-06 16:01:35.926479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.926479000 to 2023-06-06 16:01:35.927479000 16:01:35.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.928377000, lastModified=2023-06-06 16:01:35.927479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.928377000, lastModified=2023-06-06 16:01:35.927479000, delta=898000 ns, racy<=17500 ns 16:01:35.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.929001000, lastModified=2023-06-06 16:01:35.927479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.927479000 to 2023-06-06 16:01:35.928479000 16:01:35.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.929640000, lastModified=2023-06-06 16:01:35.928479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.929640000, lastModified=2023-06-06 16:01:35.928479000, delta=1161000 ns, racy<=17500 ns 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.930297000, lastModified=2023-06-06 16:01:35.929479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.930297000, lastModified=2023-06-06 16:01:35.929479000, delta=818000 ns, racy<=17500 ns 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.930967000, lastModified=2023-06-06 16:01:35.929479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.929479000 to 2023-06-06 16:01:35.930479000 16:01:35.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.931592000, lastModified=2023-06-06 16:01:35.930479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.931592000, lastModified=2023-06-06 16:01:35.930479000, delta=1113000 ns, racy<=17500 ns 16:01:35.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.932218000, lastModified=2023-06-06 16:01:35.931479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.932218000, lastModified=2023-06-06 16:01:35.931479000, delta=739000 ns, racy<=17500 ns 16:01:35.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.932900000, lastModified=2023-06-06 16:01:35.931479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.931479000 to 2023-06-06 16:01:35.932479000 16:01:35.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.935455000, lastModified=2023-06-06 16:01:35.932479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.932479000 to 2023-06-06 16:01:35.934479000 16:01:35.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.936092000, lastModified=2023-06-06 16:01:35.935479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.936092000, lastModified=2023-06-06 16:01:35.935479000, delta=613000 ns, racy<=17500 ns 16:01:35.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.936728000, lastModified=2023-06-06 16:01:35.935479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.935479000 to 2023-06-06 16:01:35.936479000 16:01:35.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.937382000, lastModified=2023-06-06 16:01:35.936479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.937382000, lastModified=2023-06-06 16:01:35.936479000, delta=903000 ns, racy<=17500 ns 16:01:35.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.938007000, lastModified=2023-06-06 16:01:35.936479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.936479000 to 2023-06-06 16:01:35.937479000 16:01:35.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.939123000, lastModified=2023-06-06 16:01:35.938479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.939123000, lastModified=2023-06-06 16:01:35.938479000, delta=644000 ns, racy<=17500 ns 16:01:35.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.939792000, lastModified=2023-06-06 16:01:35.938479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.938479000 to 2023-06-06 16:01:35.939479000 16:01:35.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.940367000, lastModified=2023-06-06 16:01:35.939479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.940367000, lastModified=2023-06-06 16:01:35.939479000, delta=888000 ns, racy<=17500 ns 16:01:35.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.940972000, lastModified=2023-06-06 16:01:35.939479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.939479000 to 2023-06-06 16:01:35.940479000 16:01:35.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.941522000, lastModified=2023-06-06 16:01:35.940479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.941522000, lastModified=2023-06-06 16:01:35.940479000, delta=1043000 ns, racy<=17500 ns 16:01:35.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.942072000, lastModified=2023-06-06 16:01:35.941479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.942072000, lastModified=2023-06-06 16:01:35.941479000, delta=593000 ns, racy<=17500 ns 16:01:35.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.944361000, lastModified=2023-06-06 16:01:35.941479000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.941479000 to 2023-06-06 16:01:35.943478000 16:01:35.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.944839000, lastModified=2023-06-06 16:01:35.943478000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:35.943478000 to 2023-06-06 16:01:35.944478000 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.945279000, lastModified=2023-06-06 16:01:35.944478000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.945279000, lastModified=2023-06-06 16:01:35.944478000, delta=801000 ns, racy<=17500 ns 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.945711000, lastModified=2023-06-06 16:01:35.944478000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.945711000, lastModified=2023-06-06 16:01:35.944478000, delta=1233000 ns, racy<=17500 ns 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.946180000, lastModified=2023-06-06 16:01:35.945478000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.946180000, lastModified=2023-06-06 16:01:35.945478000, delta=702000 ns, racy<=17500 ns 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:35.946612000, lastModified=2023-06-06 16:01:35.945478000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:35.946612000, lastModified=2023-06-06 16:01:35.945478000, delta=1134000 ns, racy<=17500 ns 16:01:35.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.010390000, lastModified=2023-06-06 16:01:36.009477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.010390000, lastModified=2023-06-06 16:01:36.009477000, delta=913000 ns, racy<=17500 ns 16:01:36.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.012785000, lastModified=2023-06-06 16:01:36.009477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.009477000 to 2023-06-06 16:01:36.013477000 16:01:36.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.014691000, lastModified=2023-06-06 16:01:36.013477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.014691000, lastModified=2023-06-06 16:01:36.013477000, delta=1214000 ns, racy<=17500 ns 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.015191000, lastModified=2023-06-06 16:01:36.014477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.015191000, lastModified=2023-06-06 16:01:36.014477000, delta=714000 ns, racy<=17500 ns 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.015642000, lastModified=2023-06-06 16:01:36.014477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.015642000, lastModified=2023-06-06 16:01:36.014477000, delta=1165000 ns, racy<=17500 ns 16:01:36.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.017851000, lastModified=2023-06-06 16:01:36.015477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.015477000 to 2023-06-06 16:01:36.017477000 16:01:36.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.018381000, lastModified=2023-06-06 16:01:36.017477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.018381000, lastModified=2023-06-06 16:01:36.017477000, delta=904000 ns, racy<=17500 ns 16:01:36.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.018860000, lastModified=2023-06-06 16:01:36.017477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.017477000 to 2023-06-06 16:01:36.018477000 16:01:36.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.019306000, lastModified=2023-06-06 16:01:36.018477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.019306000, lastModified=2023-06-06 16:01:36.018477000, delta=829000 ns, racy<=17500 ns 16:01:36.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.019740000, lastModified=2023-06-06 16:01:36.018477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.019740000, lastModified=2023-06-06 16:01:36.018477000, delta=1263000 ns, racy<=17500 ns 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.020205000, lastModified=2023-06-06 16:01:36.019477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.020205000, lastModified=2023-06-06 16:01:36.019477000, delta=728000 ns, racy<=17500 ns 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.020661000, lastModified=2023-06-06 16:01:36.019477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.020661000, lastModified=2023-06-06 16:01:36.019477000, delta=1184000 ns, racy<=17500 ns 16:01:36.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.021122000, lastModified=2023-06-06 16:01:36.020477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.021122000, lastModified=2023-06-06 16:01:36.020477000, delta=645000 ns, racy<=17500 ns 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.021592000, lastModified=2023-06-06 16:01:36.020477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.021592000, lastModified=2023-06-06 16:01:36.020477000, delta=1115000 ns, racy<=17500 ns 16:01:36.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.022049000, lastModified=2023-06-06 16:01:36.021477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.022049000, lastModified=2023-06-06 16:01:36.021477000, delta=572000 ns, racy<=17500 ns 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.022498000, lastModified=2023-06-06 16:01:36.021477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.022498000, lastModified=2023-06-06 16:01:36.021477000, delta=1021000 ns, racy<=17500 ns 16:01:36.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.024826000, lastModified=2023-06-06 16:01:36.021477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.021477000 to 2023-06-06 16:01:36.024477000 16:01:36.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.025348000, lastModified=2023-06-06 16:01:36.024477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.025348000, lastModified=2023-06-06 16:01:36.024477000, delta=871000 ns, racy<=17500 ns 16:01:36.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.025809000, lastModified=2023-06-06 16:01:36.024477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.024477000 to 2023-06-06 16:01:36.025477000 16:01:36.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.026247000, lastModified=2023-06-06 16:01:36.025477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.026247000, lastModified=2023-06-06 16:01:36.025477000, delta=770000 ns, racy<=17500 ns 16:01:36.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.026726000, lastModified=2023-06-06 16:01:36.025477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.026726000, lastModified=2023-06-06 16:01:36.025477000, delta=1249000 ns, racy<=17500 ns 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.027186000, lastModified=2023-06-06 16:01:36.026477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.027186000, lastModified=2023-06-06 16:01:36.026477000, delta=709000 ns, racy<=17500 ns 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.027622000, lastModified=2023-06-06 16:01:36.026477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.027622000, lastModified=2023-06-06 16:01:36.026477000, delta=1145000 ns, racy<=17500 ns 16:01:36.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.028071000, lastModified=2023-06-06 16:01:36.027477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.028071000, lastModified=2023-06-06 16:01:36.027477000, delta=594000 ns, racy<=17500 ns 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.028515000, lastModified=2023-06-06 16:01:36.027477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.028515000, lastModified=2023-06-06 16:01:36.027477000, delta=1038000 ns, racy<=17500 ns 16:01:36.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.028980000, lastModified=2023-06-06 16:01:36.027477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.027477000 to 2023-06-06 16:01:36.028477000 16:01:36.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.029402000, lastModified=2023-06-06 16:01:36.028477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.029402000, lastModified=2023-06-06 16:01:36.028477000, delta=925000 ns, racy<=17500 ns 16:01:36.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.031759000, lastModified=2023-06-06 16:01:36.028477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.028477000 to 2023-06-06 16:01:36.031477000 16:01:36.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.032290000, lastModified=2023-06-06 16:01:36.031477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.032290000, lastModified=2023-06-06 16:01:36.031477000, delta=813000 ns, racy<=17500 ns 16:01:36.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.032758000, lastModified=2023-06-06 16:01:36.031477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.032758000, lastModified=2023-06-06 16:01:36.031477000, delta=1281000 ns, racy<=17500 ns 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.033247000, lastModified=2023-06-06 16:01:36.032477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.033247000, lastModified=2023-06-06 16:01:36.032477000, delta=770000 ns, racy<=17500 ns 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.033694000, lastModified=2023-06-06 16:01:36.032477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.033694000, lastModified=2023-06-06 16:01:36.032477000, delta=1217000 ns, racy<=17500 ns 16:01:36.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.034145000, lastModified=2023-06-06 16:01:36.033477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.034145000, lastModified=2023-06-06 16:01:36.033477000, delta=668000 ns, racy<=17500 ns 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.034592000, lastModified=2023-06-06 16:01:36.033477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.034592000, lastModified=2023-06-06 16:01:36.033477000, delta=1115000 ns, racy<=17500 ns 16:01:36.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.035243000, lastModified=2023-06-06 16:01:36.034477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.035243000, lastModified=2023-06-06 16:01:36.034477000, delta=766000 ns, racy<=17500 ns 16:01:36.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.035778000, lastModified=2023-06-06 16:01:36.034477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.034477000 to 2023-06-06 16:01:36.035477000 16:01:36.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.036294000, lastModified=2023-06-06 16:01:36.035477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.036294000, lastModified=2023-06-06 16:01:36.035477000, delta=817000 ns, racy<=17500 ns 16:01:36.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.036762000, lastModified=2023-06-06 16:01:36.035477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.036762000, lastModified=2023-06-06 16:01:36.035477000, delta=1285000 ns, racy<=17500 ns 16:01:36.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.039019000, lastModified=2023-06-06 16:01:36.036477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.036477000 to 2023-06-06 16:01:36.038477000 16:01:36.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.039533000, lastModified=2023-06-06 16:01:36.038477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.039533000, lastModified=2023-06-06 16:01:36.038477000, delta=1056000 ns, racy<=17500 ns 16:01:36.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.040008000, lastModified=2023-06-06 16:01:36.038477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.038477000 to 2023-06-06 16:01:36.039477000 16:01:36.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.040444000, lastModified=2023-06-06 16:01:36.039477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.040444000, lastModified=2023-06-06 16:01:36.039477000, delta=967000 ns, racy<=17500 ns 16:01:36.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.040948000, lastModified=2023-06-06 16:01:36.039477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.039477000 to 2023-06-06 16:01:36.040477000 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.041413000, lastModified=2023-06-06 16:01:36.040477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.041413000, lastModified=2023-06-06 16:01:36.040477000, delta=936000 ns, racy<=17500 ns 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.041857000, lastModified=2023-06-06 16:01:36.040477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.040477000 to 2023-06-06 16:01:36.041477000 16:01:36.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.042304000, lastModified=2023-06-06 16:01:36.041477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.042304000, lastModified=2023-06-06 16:01:36.041477000, delta=827000 ns, racy<=17500 ns 16:01:36.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.042733000, lastModified=2023-06-06 16:01:36.041477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.042733000, lastModified=2023-06-06 16:01:36.041477000, delta=1256000 ns, racy<=17500 ns 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.043238000, lastModified=2023-06-06 16:01:36.042477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.043238000, lastModified=2023-06-06 16:01:36.042477000, delta=761000 ns, racy<=17500 ns 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.043726000, lastModified=2023-06-06 16:01:36.042477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.043726000, lastModified=2023-06-06 16:01:36.042477000, delta=1249000 ns, racy<=17500 ns 16:01:36.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.045986000, lastModified=2023-06-06 16:01:36.043477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.043477000 to 2023-06-06 16:01:36.045477000 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.046472000, lastModified=2023-06-06 16:01:36.045477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.046472000, lastModified=2023-06-06 16:01:36.045477000, delta=995000 ns, racy<=17500 ns 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.046937000, lastModified=2023-06-06 16:01:36.045477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.045477000 to 2023-06-06 16:01:36.046477000 16:01:36.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.047373000, lastModified=2023-06-06 16:01:36.046477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.047373000, lastModified=2023-06-06 16:01:36.046477000, delta=896000 ns, racy<=17500 ns 16:01:36.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.047829000, lastModified=2023-06-06 16:01:36.046477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.046477000 to 2023-06-06 16:01:36.047477000 16:01:36.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.048265000, lastModified=2023-06-06 16:01:36.047477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.048265000, lastModified=2023-06-06 16:01:36.047477000, delta=788000 ns, racy<=17500 ns 16:01:36.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.048710000, lastModified=2023-06-06 16:01:36.047477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.048710000, lastModified=2023-06-06 16:01:36.047477000, delta=1233000 ns, racy<=17500 ns 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.049205000, lastModified=2023-06-06 16:01:36.048477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.049205000, lastModified=2023-06-06 16:01:36.048477000, delta=728000 ns, racy<=17500 ns 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.049670000, lastModified=2023-06-06 16:01:36.048477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.049670000, lastModified=2023-06-06 16:01:36.048477000, delta=1193000 ns, racy<=17500 ns 16:01:36.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.050133000, lastModified=2023-06-06 16:01:36.049477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.050133000, lastModified=2023-06-06 16:01:36.049477000, delta=656000 ns, racy<=17500 ns 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.050607000, lastModified=2023-06-06 16:01:36.049477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.050607000, lastModified=2023-06-06 16:01:36.049477000, delta=1130000 ns, racy<=17500 ns 16:01:36.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.052971000, lastModified=2023-06-06 16:01:36.050477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.050477000 to 2023-06-06 16:01:36.052477000 16:01:36.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.053636000, lastModified=2023-06-06 16:01:36.052477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.053636000, lastModified=2023-06-06 16:01:36.052477000, delta=1159000 ns, racy<=17500 ns 16:01:36.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.109742000, lastModified=2023-06-06 16:01:36.053477000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.053477000 to 2023-06-06 16:01:36.109476000 16:01:36.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.110587000, lastModified=2023-06-06 16:01:36.109476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.110587000, lastModified=2023-06-06 16:01:36.109476000, delta=1111000 ns, racy<=17500 ns 16:01:36.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.111069000, lastModified=2023-06-06 16:01:36.110476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.111069000, lastModified=2023-06-06 16:01:36.110476000, delta=593000 ns, racy<=17500 ns 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.111560000, lastModified=2023-06-06 16:01:36.110476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.111560000, lastModified=2023-06-06 16:01:36.110476000, delta=1084000 ns, racy<=17500 ns 16:01:36.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.112001000, lastModified=2023-06-06 16:01:36.110476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.110476000 to 2023-06-06 16:01:36.111476000 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.112430000, lastModified=2023-06-06 16:01:36.111476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.112430000, lastModified=2023-06-06 16:01:36.111476000, delta=954000 ns, racy<=17500 ns 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.112907000, lastModified=2023-06-06 16:01:36.111476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.111476000 to 2023-06-06 16:01:36.112476000 16:01:36.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.113349000, lastModified=2023-06-06 16:01:36.112476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.113349000, lastModified=2023-06-06 16:01:36.112476000, delta=873000 ns, racy<=17500 ns 16:01:36.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.113778000, lastModified=2023-06-06 16:01:36.112476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.113778000, lastModified=2023-06-06 16:01:36.112476000, delta=1302000 ns, racy<=17500 ns 16:01:36.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.116125000, lastModified=2023-06-06 16:01:36.113476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.113476000 to 2023-06-06 16:01:36.115476000 16:01:36.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.116668000, lastModified=2023-06-06 16:01:36.115476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.116668000, lastModified=2023-06-06 16:01:36.115476000, delta=1192000 ns, racy<=17500 ns 16:01:36.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.117131000, lastModified=2023-06-06 16:01:36.116476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.117131000, lastModified=2023-06-06 16:01:36.116476000, delta=655000 ns, racy<=17500 ns 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.117603000, lastModified=2023-06-06 16:01:36.116476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.117603000, lastModified=2023-06-06 16:01:36.116476000, delta=1127000 ns, racy<=17500 ns 16:01:36.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.118065000, lastModified=2023-06-06 16:01:36.117476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.118065000, lastModified=2023-06-06 16:01:36.117476000, delta=589000 ns, racy<=17500 ns 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.118532000, lastModified=2023-06-06 16:01:36.117476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.118532000, lastModified=2023-06-06 16:01:36.117476000, delta=1056000 ns, racy<=17500 ns 16:01:36.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.119021000, lastModified=2023-06-06 16:01:36.117476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.117476000 to 2023-06-06 16:01:36.118476000 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.119445000, lastModified=2023-06-06 16:01:36.118476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.119445000, lastModified=2023-06-06 16:01:36.118476000, delta=969000 ns, racy<=17500 ns 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.119880000, lastModified=2023-06-06 16:01:36.118476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.118476000 to 2023-06-06 16:01:36.119476000 16:01:36.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.120313000, lastModified=2023-06-06 16:01:36.119476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.120313000, lastModified=2023-06-06 16:01:36.119476000, delta=837000 ns, racy<=17500 ns 16:01:36.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.120728000, lastModified=2023-06-06 16:01:36.119476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.120728000, lastModified=2023-06-06 16:01:36.119476000, delta=1252000 ns, racy<=17500 ns 16:01:36.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.123093000, lastModified=2023-06-06 16:01:36.120476000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.120476000 to 2023-06-06 16:01:36.122475000 16:01:36.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.123642000, lastModified=2023-06-06 16:01:36.122475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.123642000, lastModified=2023-06-06 16:01:36.122475000, delta=1167000 ns, racy<=17500 ns 16:01:36.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.124132000, lastModified=2023-06-06 16:01:36.123475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.124132000, lastModified=2023-06-06 16:01:36.123475000, delta=657000 ns, racy<=17500 ns 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.124612000, lastModified=2023-06-06 16:01:36.123475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.124612000, lastModified=2023-06-06 16:01:36.123475000, delta=1137000 ns, racy<=17500 ns 16:01:36.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.125062000, lastModified=2023-06-06 16:01:36.124475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.125062000, lastModified=2023-06-06 16:01:36.124475000, delta=587000 ns, racy<=17500 ns 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.125538000, lastModified=2023-06-06 16:01:36.124475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.125538000, lastModified=2023-06-06 16:01:36.124475000, delta=1063000 ns, racy<=17500 ns 16:01:36.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.125982000, lastModified=2023-06-06 16:01:36.124475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.124475000 to 2023-06-06 16:01:36.125475000 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.126454000, lastModified=2023-06-06 16:01:36.125475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.126454000, lastModified=2023-06-06 16:01:36.125475000, delta=979000 ns, racy<=17500 ns 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.126892000, lastModified=2023-06-06 16:01:36.125475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.125475000 to 2023-06-06 16:01:36.126475000 16:01:36.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.127335000, lastModified=2023-06-06 16:01:36.126475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.127335000, lastModified=2023-06-06 16:01:36.126475000, delta=860000 ns, racy<=17500 ns 16:01:36.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.127760000, lastModified=2023-06-06 16:01:36.126475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.127760000, lastModified=2023-06-06 16:01:36.126475000, delta=1285000 ns, racy<=17500 ns 16:01:36.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.130108000, lastModified=2023-06-06 16:01:36.127475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.127475000 to 2023-06-06 16:01:36.129475000 16:01:36.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.130704000, lastModified=2023-06-06 16:01:36.129475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.130704000, lastModified=2023-06-06 16:01:36.129475000, delta=1229000 ns, racy<=17500 ns 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.131218000, lastModified=2023-06-06 16:01:36.130475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.131218000, lastModified=2023-06-06 16:01:36.130475000, delta=743000 ns, racy<=17500 ns 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.131686000, lastModified=2023-06-06 16:01:36.130475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.131686000, lastModified=2023-06-06 16:01:36.130475000, delta=1211000 ns, racy<=17500 ns 16:01:36.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.132164000, lastModified=2023-06-06 16:01:36.131475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.132164000, lastModified=2023-06-06 16:01:36.131475000, delta=689000 ns, racy<=17500 ns 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.132633000, lastModified=2023-06-06 16:01:36.131475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.132633000, lastModified=2023-06-06 16:01:36.131475000, delta=1158000 ns, racy<=17500 ns 16:01:36.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.133118000, lastModified=2023-06-06 16:01:36.132475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.133118000, lastModified=2023-06-06 16:01:36.132475000, delta=643000 ns, racy<=17500 ns 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.133567000, lastModified=2023-06-06 16:01:36.132475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.133567000, lastModified=2023-06-06 16:01:36.132475000, delta=1092000 ns, racy<=17500 ns 16:01:36.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.134046000, lastModified=2023-06-06 16:01:36.132475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.132475000 to 2023-06-06 16:01:36.133475000 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.134484000, lastModified=2023-06-06 16:01:36.133475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.134484000, lastModified=2023-06-06 16:01:36.133475000, delta=1009000 ns, racy<=17500 ns 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.134913000, lastModified=2023-06-06 16:01:36.133475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.133475000 to 2023-06-06 16:01:36.134475000 16:01:36.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.137319000, lastModified=2023-06-06 16:01:36.134475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.134475000 to 2023-06-06 16:01:36.136475000 16:01:36.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.137861000, lastModified=2023-06-06 16:01:36.136475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.136475000 to 2023-06-06 16:01:36.137475000 16:01:36.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.138357000, lastModified=2023-06-06 16:01:36.137475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.138357000, lastModified=2023-06-06 16:01:36.137475000, delta=882000 ns, racy<=17500 ns 16:01:36.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.138802000, lastModified=2023-06-06 16:01:36.137475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.137475000 to 2023-06-06 16:01:36.138475000 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.139255000, lastModified=2023-06-06 16:01:36.138475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.139255000, lastModified=2023-06-06 16:01:36.138475000, delta=780000 ns, racy<=17500 ns 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.139696000, lastModified=2023-06-06 16:01:36.138475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.139696000, lastModified=2023-06-06 16:01:36.138475000, delta=1221000 ns, racy<=17500 ns 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.140166000, lastModified=2023-06-06 16:01:36.139475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.140166000, lastModified=2023-06-06 16:01:36.139475000, delta=691000 ns, racy<=17500 ns 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.140630000, lastModified=2023-06-06 16:01:36.139475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.140630000, lastModified=2023-06-06 16:01:36.139475000, delta=1155000 ns, racy<=17500 ns 16:01:36.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.141081000, lastModified=2023-06-06 16:01:36.140475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.141081000, lastModified=2023-06-06 16:01:36.140475000, delta=606000 ns, racy<=17500 ns 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.141595000, lastModified=2023-06-06 16:01:36.140475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.141595000, lastModified=2023-06-06 16:01:36.140475000, delta=1120000 ns, racy<=17500 ns 16:01:36.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.142077000, lastModified=2023-06-06 16:01:36.141475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.142077000, lastModified=2023-06-06 16:01:36.141475000, delta=602000 ns, racy<=17500 ns 16:01:36.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.144514000, lastModified=2023-06-06 16:01:36.141475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.141475000 to 2023-06-06 16:01:36.143475000 16:01:36.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.145019000, lastModified=2023-06-06 16:01:36.143475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.143475000 to 2023-06-06 16:01:36.144475000 16:01:36.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.145558000, lastModified=2023-06-06 16:01:36.144475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.145558000, lastModified=2023-06-06 16:01:36.144475000, delta=1083000 ns, racy<=17500 ns 16:01:36.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.146059000, lastModified=2023-06-06 16:01:36.145475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.146059000, lastModified=2023-06-06 16:01:36.145475000, delta=584000 ns, racy<=17500 ns 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.146509000, lastModified=2023-06-06 16:01:36.145475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.146509000, lastModified=2023-06-06 16:01:36.145475000, delta=1034000 ns, racy<=17500 ns 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.146972000, lastModified=2023-06-06 16:01:36.145475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.145475000 to 2023-06-06 16:01:36.146475000 16:01:36.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.147406000, lastModified=2023-06-06 16:01:36.146475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.147406000, lastModified=2023-06-06 16:01:36.146475000, delta=931000 ns, racy<=17500 ns 16:01:36.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.147836000, lastModified=2023-06-06 16:01:36.146475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.146475000 to 2023-06-06 16:01:36.147475000 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.148262000, lastModified=2023-06-06 16:01:36.147475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.148262000, lastModified=2023-06-06 16:01:36.147475000, delta=787000 ns, racy<=17500 ns 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.148696000, lastModified=2023-06-06 16:01:36.147475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.148696000, lastModified=2023-06-06 16:01:36.147475000, delta=1221000 ns, racy<=17500 ns 16:01:36.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.149156000, lastModified=2023-06-06 16:01:36.148475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.149156000, lastModified=2023-06-06 16:01:36.148475000, delta=681000 ns, racy<=17500 ns 16:01:36.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.151751000, lastModified=2023-06-06 16:01:36.148475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.148475000 to 2023-06-06 16:01:36.151475000 16:01:36.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.152273000, lastModified=2023-06-06 16:01:36.151475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.152273000, lastModified=2023-06-06 16:01:36.151475000, delta=798000 ns, racy<=17500 ns 16:01:36.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.152726000, lastModified=2023-06-06 16:01:36.151475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.152726000, lastModified=2023-06-06 16:01:36.151475000, delta=1251000 ns, racy<=17500 ns 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.153248000, lastModified=2023-06-06 16:01:36.152475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.153248000, lastModified=2023-06-06 16:01:36.152475000, delta=773000 ns, racy<=17500 ns 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.153710000, lastModified=2023-06-06 16:01:36.152475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.153710000, lastModified=2023-06-06 16:01:36.152475000, delta=1235000 ns, racy<=17500 ns 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.154179000, lastModified=2023-06-06 16:01:36.153475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.154179000, lastModified=2023-06-06 16:01:36.153475000, delta=704000 ns, racy<=17500 ns 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.154637000, lastModified=2023-06-06 16:01:36.153475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.154637000, lastModified=2023-06-06 16:01:36.153475000, delta=1162000 ns, racy<=17500 ns 16:01:36.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.155087000, lastModified=2023-06-06 16:01:36.154475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.155087000, lastModified=2023-06-06 16:01:36.154475000, delta=612000 ns, racy<=17500 ns 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.155553000, lastModified=2023-06-06 16:01:36.154475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.155553000, lastModified=2023-06-06 16:01:36.154475000, delta=1078000 ns, racy<=17500 ns 16:01:36.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.156019000, lastModified=2023-06-06 16:01:36.154475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.154475000 to 2023-06-06 16:01:36.155475000 16:01:36.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.156430000, lastModified=2023-06-06 16:01:36.155475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.156430000, lastModified=2023-06-06 16:01:36.155475000, delta=955000 ns, racy<=17500 ns 16:01:36.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.159763000, lastModified=2023-06-06 16:01:36.155475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.155475000 to 2023-06-06 16:01:36.159475000 16:01:36.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.160292000, lastModified=2023-06-06 16:01:36.159475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.160292000, lastModified=2023-06-06 16:01:36.159475000, delta=817000 ns, racy<=17500 ns 16:01:36.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.160751000, lastModified=2023-06-06 16:01:36.159475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.160751000, lastModified=2023-06-06 16:01:36.159475000, delta=1276000 ns, racy<=17500 ns 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.161233000, lastModified=2023-06-06 16:01:36.160475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.161233000, lastModified=2023-06-06 16:01:36.160475000, delta=758000 ns, racy<=17500 ns 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.161683000, lastModified=2023-06-06 16:01:36.160475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.161683000, lastModified=2023-06-06 16:01:36.160475000, delta=1208000 ns, racy<=17500 ns 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.162175000, lastModified=2023-06-06 16:01:36.161475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.162175000, lastModified=2023-06-06 16:01:36.161475000, delta=700000 ns, racy<=17500 ns 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.162623000, lastModified=2023-06-06 16:01:36.161475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.162623000, lastModified=2023-06-06 16:01:36.161475000, delta=1148000 ns, racy<=17500 ns 16:01:36.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.163071000, lastModified=2023-06-06 16:01:36.162475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.163071000, lastModified=2023-06-06 16:01:36.162475000, delta=596000 ns, racy<=17500 ns 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.163540000, lastModified=2023-06-06 16:01:36.162475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.163540000, lastModified=2023-06-06 16:01:36.162475000, delta=1065000 ns, racy<=17500 ns 16:01:36.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.164042000, lastModified=2023-06-06 16:01:36.163475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.164042000, lastModified=2023-06-06 16:01:36.163475000, delta=567000 ns, racy<=17500 ns 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.164506000, lastModified=2023-06-06 16:01:36.163475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.164506000, lastModified=2023-06-06 16:01:36.163475000, delta=1031000 ns, racy<=17500 ns 16:01:36.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.167121000, lastModified=2023-06-06 16:01:36.163475000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.163475000 to 2023-06-06 16:01:36.166475000 16:01:36.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.210047000, lastModified=2023-06-06 16:01:36.208474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.208474000 to 2023-06-06 16:01:36.209474000 16:01:36.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.210535000, lastModified=2023-06-06 16:01:36.209474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.210535000, lastModified=2023-06-06 16:01:36.209474000, delta=1061000 ns, racy<=17500 ns 16:01:36.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.211022000, lastModified=2023-06-06 16:01:36.209474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.209474000 to 2023-06-06 16:01:36.210474000 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.211512000, lastModified=2023-06-06 16:01:36.210474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.211512000, lastModified=2023-06-06 16:01:36.210474000, delta=1038000 ns, racy<=17500 ns 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.211961000, lastModified=2023-06-06 16:01:36.210474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.210474000 to 2023-06-06 16:01:36.211474000 16:01:36.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.212450000, lastModified=2023-06-06 16:01:36.211474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.212450000, lastModified=2023-06-06 16:01:36.211474000, delta=976000 ns, racy<=17500 ns 16:01:36.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.212899000, lastModified=2023-06-06 16:01:36.211474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.211474000 to 2023-06-06 16:01:36.212474000 16:01:36.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.213342000, lastModified=2023-06-06 16:01:36.212474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.213342000, lastModified=2023-06-06 16:01:36.212474000, delta=868000 ns, racy<=17500 ns 16:01:36.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.213790000, lastModified=2023-06-06 16:01:36.212474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.212474000 to 2023-06-06 16:01:36.213474000 16:01:36.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.214226000, lastModified=2023-06-06 16:01:36.213474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.214226000, lastModified=2023-06-06 16:01:36.213474000, delta=752000 ns, racy<=17500 ns 16:01:36.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.216564000, lastModified=2023-06-06 16:01:36.213474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.213474000 to 2023-06-06 16:01:36.215474000 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.217072000, lastModified=2023-06-06 16:01:36.216474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.217072000, lastModified=2023-06-06 16:01:36.216474000, delta=598000 ns, racy<=17500 ns 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.217592000, lastModified=2023-06-06 16:01:36.216474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.217592000, lastModified=2023-06-06 16:01:36.216474000, delta=1118000 ns, racy<=17500 ns 16:01:36.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.218088000, lastModified=2023-06-06 16:01:36.217474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.218088000, lastModified=2023-06-06 16:01:36.217474000, delta=614000 ns, racy<=17500 ns 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.218570000, lastModified=2023-06-06 16:01:36.217474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.218570000, lastModified=2023-06-06 16:01:36.217474000, delta=1096000 ns, racy<=17500 ns 16:01:36.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.219046000, lastModified=2023-06-06 16:01:36.218474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.219046000, lastModified=2023-06-06 16:01:36.218474000, delta=572000 ns, racy<=17500 ns 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.219507000, lastModified=2023-06-06 16:01:36.218474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.219507000, lastModified=2023-06-06 16:01:36.218474000, delta=1033000 ns, racy<=17500 ns 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.219963000, lastModified=2023-06-06 16:01:36.218474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.218474000 to 2023-06-06 16:01:36.219474000 16:01:36.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.220396000, lastModified=2023-06-06 16:01:36.219474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.220396000, lastModified=2023-06-06 16:01:36.219474000, delta=922000 ns, racy<=17500 ns 16:01:36.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.220835000, lastModified=2023-06-06 16:01:36.219474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.219474000 to 2023-06-06 16:01:36.220474000 16:01:36.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.221262000, lastModified=2023-06-06 16:01:36.220474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.221262000, lastModified=2023-06-06 16:01:36.220474000, delta=788000 ns, racy<=17500 ns 16:01:36.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.223651000, lastModified=2023-06-06 16:01:36.220474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.220474000 to 2023-06-06 16:01:36.222474000 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.224163000, lastModified=2023-06-06 16:01:36.223474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.224163000, lastModified=2023-06-06 16:01:36.223474000, delta=689000 ns, racy<=17500 ns 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.224637000, lastModified=2023-06-06 16:01:36.223474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.224637000, lastModified=2023-06-06 16:01:36.223474000, delta=1163000 ns, racy<=17500 ns 16:01:36.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.225104000, lastModified=2023-06-06 16:01:36.224474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.225104000, lastModified=2023-06-06 16:01:36.224474000, delta=630000 ns, racy<=17500 ns 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.225572000, lastModified=2023-06-06 16:01:36.224474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.225572000, lastModified=2023-06-06 16:01:36.224474000, delta=1098000 ns, racy<=17500 ns 16:01:36.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.226052000, lastModified=2023-06-06 16:01:36.225474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.226052000, lastModified=2023-06-06 16:01:36.225474000, delta=578000 ns, racy<=17500 ns 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.226523000, lastModified=2023-06-06 16:01:36.225474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.226523000, lastModified=2023-06-06 16:01:36.225474000, delta=1049000 ns, racy<=17500 ns 16:01:36.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.227006000, lastModified=2023-06-06 16:01:36.225474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.225474000 to 2023-06-06 16:01:36.226474000 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.227428000, lastModified=2023-06-06 16:01:36.226474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.227428000, lastModified=2023-06-06 16:01:36.226474000, delta=954000 ns, racy<=17500 ns 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.227924000, lastModified=2023-06-06 16:01:36.226474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.226474000 to 2023-06-06 16:01:36.227474000 16:01:36.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.228398000, lastModified=2023-06-06 16:01:36.227474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.228398000, lastModified=2023-06-06 16:01:36.227474000, delta=924000 ns, racy<=17500 ns 16:01:36.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.230698000, lastModified=2023-06-06 16:01:36.227474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.227474000 to 2023-06-06 16:01:36.229474000 16:01:36.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.231239000, lastModified=2023-06-06 16:01:36.230474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.231239000, lastModified=2023-06-06 16:01:36.230474000, delta=765000 ns, racy<=17500 ns 16:01:36.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.231748000, lastModified=2023-06-06 16:01:36.230474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.230474000 to 2023-06-06 16:01:36.231474000 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.232239000, lastModified=2023-06-06 16:01:36.231474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.232239000, lastModified=2023-06-06 16:01:36.231474000, delta=765000 ns, racy<=17500 ns 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.232694000, lastModified=2023-06-06 16:01:36.231474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.232694000, lastModified=2023-06-06 16:01:36.231474000, delta=1220000 ns, racy<=17500 ns 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.233167000, lastModified=2023-06-06 16:01:36.232474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.233167000, lastModified=2023-06-06 16:01:36.232474000, delta=693000 ns, racy<=17500 ns 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.233605000, lastModified=2023-06-06 16:01:36.232474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.233605000, lastModified=2023-06-06 16:01:36.232474000, delta=1131000 ns, racy<=17500 ns 16:01:36.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.234068000, lastModified=2023-06-06 16:01:36.233474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.234068000, lastModified=2023-06-06 16:01:36.233474000, delta=594000 ns, racy<=17500 ns 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.234537000, lastModified=2023-06-06 16:01:36.233474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.234537000, lastModified=2023-06-06 16:01:36.233474000, delta=1063000 ns, racy<=17500 ns 16:01:36.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.234990000, lastModified=2023-06-06 16:01:36.233474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.233474000 to 2023-06-06 16:01:36.234474000 16:01:36.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.235424000, lastModified=2023-06-06 16:01:36.234474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.235424000, lastModified=2023-06-06 16:01:36.234474000, delta=950000 ns, racy<=17500 ns 16:01:36.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.237867000, lastModified=2023-06-06 16:01:36.234474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.234474000 to 2023-06-06 16:01:36.237474000 16:01:36.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.238404000, lastModified=2023-06-06 16:01:36.237474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.238404000, lastModified=2023-06-06 16:01:36.237474000, delta=930000 ns, racy<=17500 ns 16:01:36.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.238858000, lastModified=2023-06-06 16:01:36.237474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.237474000 to 2023-06-06 16:01:36.238474000 16:01:36.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.239313000, lastModified=2023-06-06 16:01:36.238474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.239313000, lastModified=2023-06-06 16:01:36.238474000, delta=839000 ns, racy<=17500 ns 16:01:36.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.239754000, lastModified=2023-06-06 16:01:36.238474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.239754000, lastModified=2023-06-06 16:01:36.238474000, delta=1280000 ns, racy<=17500 ns 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.240244000, lastModified=2023-06-06 16:01:36.239474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.240244000, lastModified=2023-06-06 16:01:36.239474000, delta=770000 ns, racy<=17500 ns 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.240870000, lastModified=2023-06-06 16:01:36.239474000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.239474000 to 2023-06-06 16:01:36.240473000 16:01:36.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.241471000, lastModified=2023-06-06 16:01:36.240473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.241471000, lastModified=2023-06-06 16:01:36.240473000, delta=998000 ns, racy<=17500 ns 16:01:36.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.241921000, lastModified=2023-06-06 16:01:36.240473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.240473000 to 2023-06-06 16:01:36.241473000 16:01:36.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.242365000, lastModified=2023-06-06 16:01:36.241473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.242365000, lastModified=2023-06-06 16:01:36.241473000, delta=892000 ns, racy<=17500 ns 16:01:36.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.242798000, lastModified=2023-06-06 16:01:36.241473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.241473000 to 2023-06-06 16:01:36.242473000 16:01:36.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.245100000, lastModified=2023-06-06 16:01:36.242473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.242473000 to 2023-06-06 16:01:36.244473000 16:01:36.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.245605000, lastModified=2023-06-06 16:01:36.244473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.245605000, lastModified=2023-06-06 16:01:36.244473000, delta=1132000 ns, racy<=17500 ns 16:01:36.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.246071000, lastModified=2023-06-06 16:01:36.245473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.246071000, lastModified=2023-06-06 16:01:36.245473000, delta=598000 ns, racy<=17500 ns 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.246534000, lastModified=2023-06-06 16:01:36.245473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.246534000, lastModified=2023-06-06 16:01:36.245473000, delta=1061000 ns, racy<=17500 ns 16:01:36.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.246981000, lastModified=2023-06-06 16:01:36.245473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.245473000 to 2023-06-06 16:01:36.246473000 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.247400000, lastModified=2023-06-06 16:01:36.246473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.247400000, lastModified=2023-06-06 16:01:36.246473000, delta=927000 ns, racy<=17500 ns 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.247835000, lastModified=2023-06-06 16:01:36.246473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.246473000 to 2023-06-06 16:01:36.247473000 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.248271000, lastModified=2023-06-06 16:01:36.247473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.248271000, lastModified=2023-06-06 16:01:36.247473000, delta=798000 ns, racy<=17500 ns 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.248710000, lastModified=2023-06-06 16:01:36.247473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.248710000, lastModified=2023-06-06 16:01:36.247473000, delta=1237000 ns, racy<=17500 ns 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.249171000, lastModified=2023-06-06 16:01:36.248473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.249171000, lastModified=2023-06-06 16:01:36.248473000, delta=698000 ns, racy<=17500 ns 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.249614000, lastModified=2023-06-06 16:01:36.248473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.249614000, lastModified=2023-06-06 16:01:36.248473000, delta=1141000 ns, racy<=17500 ns 16:01:36.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.252136000, lastModified=2023-06-06 16:01:36.249473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.249473000 to 2023-06-06 16:01:36.251473000 16:01:36.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.252675000, lastModified=2023-06-06 16:01:36.251473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.252675000, lastModified=2023-06-06 16:01:36.251473000, delta=1202000 ns, racy<=17500 ns 16:01:36.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.253142000, lastModified=2023-06-06 16:01:36.252473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.253142000, lastModified=2023-06-06 16:01:36.252473000, delta=669000 ns, racy<=17500 ns 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.253618000, lastModified=2023-06-06 16:01:36.252473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.253618000, lastModified=2023-06-06 16:01:36.252473000, delta=1145000 ns, racy<=17500 ns 16:01:36.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.254070000, lastModified=2023-06-06 16:01:36.253473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.254070000, lastModified=2023-06-06 16:01:36.253473000, delta=597000 ns, racy<=17500 ns 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.254530000, lastModified=2023-06-06 16:01:36.253473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.254530000, lastModified=2023-06-06 16:01:36.253473000, delta=1057000 ns, racy<=17500 ns 16:01:36.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.254973000, lastModified=2023-06-06 16:01:36.253473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.253473000 to 2023-06-06 16:01:36.254473000 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.255401000, lastModified=2023-06-06 16:01:36.254473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.255401000, lastModified=2023-06-06 16:01:36.254473000, delta=928000 ns, racy<=17500 ns 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.255838000, lastModified=2023-06-06 16:01:36.254473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.254473000 to 2023-06-06 16:01:36.255473000 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.256281000, lastModified=2023-06-06 16:01:36.255473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.256281000, lastModified=2023-06-06 16:01:36.255473000, delta=808000 ns, racy<=17500 ns 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.256713000, lastModified=2023-06-06 16:01:36.255473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.256713000, lastModified=2023-06-06 16:01:36.255473000, delta=1240000 ns, racy<=17500 ns 16:01:36.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.259027000, lastModified=2023-06-06 16:01:36.256473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.256473000 to 2023-06-06 16:01:36.258473000 16:01:36.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.259569000, lastModified=2023-06-06 16:01:36.258473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.259569000, lastModified=2023-06-06 16:01:36.258473000, delta=1096000 ns, racy<=17500 ns 16:01:36.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.260044000, lastModified=2023-06-06 16:01:36.259473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.260044000, lastModified=2023-06-06 16:01:36.259473000, delta=571000 ns, racy<=17500 ns 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.260511000, lastModified=2023-06-06 16:01:36.259473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.260511000, lastModified=2023-06-06 16:01:36.259473000, delta=1038000 ns, racy<=17500 ns 16:01:36.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.260976000, lastModified=2023-06-06 16:01:36.259473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.259473000 to 2023-06-06 16:01:36.260473000 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.261401000, lastModified=2023-06-06 16:01:36.260473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.261401000, lastModified=2023-06-06 16:01:36.260473000, delta=928000 ns, racy<=17500 ns 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.261841000, lastModified=2023-06-06 16:01:36.260473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.260473000 to 2023-06-06 16:01:36.261473000 16:01:36.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.262300000, lastModified=2023-06-06 16:01:36.261473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.262300000, lastModified=2023-06-06 16:01:36.261473000, delta=827000 ns, racy<=17500 ns 16:01:36.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.262736000, lastModified=2023-06-06 16:01:36.261473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.262736000, lastModified=2023-06-06 16:01:36.261473000, delta=1263000 ns, racy<=17500 ns 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.263205000, lastModified=2023-06-06 16:01:36.262473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.263205000, lastModified=2023-06-06 16:01:36.262473000, delta=732000 ns, racy<=17500 ns 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.263660000, lastModified=2023-06-06 16:01:36.262473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.263660000, lastModified=2023-06-06 16:01:36.262473000, delta=1187000 ns, racy<=17500 ns 16:01:36.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.266089000, lastModified=2023-06-06 16:01:36.263473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.263473000 to 2023-06-06 16:01:36.265473000 16:01:36.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.266589000, lastModified=2023-06-06 16:01:36.265473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.266589000, lastModified=2023-06-06 16:01:36.265473000, delta=1116000 ns, racy<=17500 ns 16:01:36.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.267050000, lastModified=2023-06-06 16:01:36.266473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.267050000, lastModified=2023-06-06 16:01:36.266473000, delta=577000 ns, racy<=17500 ns 16:01:36.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.267512000, lastModified=2023-06-06 16:01:36.266473000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.267512000, lastModified=2023-06-06 16:01:36.266473000, delta=1039000 ns, racy<=17500 ns 16:01:36.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.310050000, lastModified=2023-06-06 16:01:36.309472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.310050000, lastModified=2023-06-06 16:01:36.309472000, delta=578000 ns, racy<=17500 ns 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.310549000, lastModified=2023-06-06 16:01:36.309472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.310549000, lastModified=2023-06-06 16:01:36.309472000, delta=1077000 ns, racy<=17500 ns 16:01:36.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.311012000, lastModified=2023-06-06 16:01:36.309472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.309472000 to 2023-06-06 16:01:36.310472000 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.311441000, lastModified=2023-06-06 16:01:36.310472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.311441000, lastModified=2023-06-06 16:01:36.310472000, delta=969000 ns, racy<=17500 ns 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.311881000, lastModified=2023-06-06 16:01:36.310472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.310472000 to 2023-06-06 16:01:36.311472000 16:01:36.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.312314000, lastModified=2023-06-06 16:01:36.311472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.312314000, lastModified=2023-06-06 16:01:36.311472000, delta=842000 ns, racy<=17500 ns 16:01:36.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.312742000, lastModified=2023-06-06 16:01:36.311472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.312742000, lastModified=2023-06-06 16:01:36.311472000, delta=1270000 ns, racy<=17500 ns 16:01:36.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.315103000, lastModified=2023-06-06 16:01:36.312472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.312472000 to 2023-06-06 16:01:36.314472000 16:01:36.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.315608000, lastModified=2023-06-06 16:01:36.314472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.315608000, lastModified=2023-06-06 16:01:36.314472000, delta=1136000 ns, racy<=17500 ns 16:01:36.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.316061000, lastModified=2023-06-06 16:01:36.315472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.316061000, lastModified=2023-06-06 16:01:36.315472000, delta=589000 ns, racy<=17500 ns 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.316529000, lastModified=2023-06-06 16:01:36.315472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.316529000, lastModified=2023-06-06 16:01:36.315472000, delta=1057000 ns, racy<=17500 ns 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.316968000, lastModified=2023-06-06 16:01:36.315472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.315472000 to 2023-06-06 16:01:36.316472000 16:01:36.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.317402000, lastModified=2023-06-06 16:01:36.316472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.317402000, lastModified=2023-06-06 16:01:36.316472000, delta=930000 ns, racy<=17500 ns 16:01:36.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.317862000, lastModified=2023-06-06 16:01:36.316472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.316472000 to 2023-06-06 16:01:36.317472000 16:01:36.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.318314000, lastModified=2023-06-06 16:01:36.317472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.318314000, lastModified=2023-06-06 16:01:36.317472000, delta=842000 ns, racy<=17500 ns 16:01:36.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.318741000, lastModified=2023-06-06 16:01:36.317472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.318741000, lastModified=2023-06-06 16:01:36.317472000, delta=1269000 ns, racy<=17500 ns 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.319198000, lastModified=2023-06-06 16:01:36.318472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.319198000, lastModified=2023-06-06 16:01:36.318472000, delta=726000 ns, racy<=17500 ns 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.319656000, lastModified=2023-06-06 16:01:36.318472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.319656000, lastModified=2023-06-06 16:01:36.318472000, delta=1184000 ns, racy<=17500 ns 16:01:36.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.321948000, lastModified=2023-06-06 16:01:36.319472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.319472000 to 2023-06-06 16:01:36.321472000 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.322460000, lastModified=2023-06-06 16:01:36.321472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.322460000, lastModified=2023-06-06 16:01:36.321472000, delta=988000 ns, racy<=17500 ns 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.322919000, lastModified=2023-06-06 16:01:36.321472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.321472000 to 2023-06-06 16:01:36.322472000 16:01:36.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.323354000, lastModified=2023-06-06 16:01:36.322472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.323354000, lastModified=2023-06-06 16:01:36.322472000, delta=882000 ns, racy<=17500 ns 16:01:36.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.323787000, lastModified=2023-06-06 16:01:36.322472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.323787000, lastModified=2023-06-06 16:01:36.322472000, delta=1315000 ns, racy<=17500 ns 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.324238000, lastModified=2023-06-06 16:01:36.323472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.324238000, lastModified=2023-06-06 16:01:36.323472000, delta=766000 ns, racy<=17500 ns 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.324680000, lastModified=2023-06-06 16:01:36.323472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.324680000, lastModified=2023-06-06 16:01:36.323472000, delta=1208000 ns, racy<=17500 ns 16:01:36.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.325133000, lastModified=2023-06-06 16:01:36.324472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.325133000, lastModified=2023-06-06 16:01:36.324472000, delta=661000 ns, racy<=17500 ns 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.325582000, lastModified=2023-06-06 16:01:36.324472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.325582000, lastModified=2023-06-06 16:01:36.324472000, delta=1110000 ns, racy<=17500 ns 16:01:36.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.326032000, lastModified=2023-06-06 16:01:36.325472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.326032000, lastModified=2023-06-06 16:01:36.325472000, delta=560000 ns, racy<=17500 ns 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.326500000, lastModified=2023-06-06 16:01:36.325472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.326500000, lastModified=2023-06-06 16:01:36.325472000, delta=1028000 ns, racy<=17500 ns 16:01:36.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.328991000, lastModified=2023-06-06 16:01:36.325472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.325472000 to 2023-06-06 16:01:36.328472000 16:01:36.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.329640000, lastModified=2023-06-06 16:01:36.328472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.329640000, lastModified=2023-06-06 16:01:36.328472000, delta=1168000 ns, racy<=17500 ns 16:01:36.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.330197000, lastModified=2023-06-06 16:01:36.329472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.330197000, lastModified=2023-06-06 16:01:36.329472000, delta=725000 ns, racy<=17500 ns 16:01:36.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.330770000, lastModified=2023-06-06 16:01:36.329472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.330770000, lastModified=2023-06-06 16:01:36.329472000, delta=1298000 ns, racy<=17500 ns 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.331256000, lastModified=2023-06-06 16:01:36.330472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.331256000, lastModified=2023-06-06 16:01:36.330472000, delta=784000 ns, racy<=17500 ns 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.331724000, lastModified=2023-06-06 16:01:36.330472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.331724000, lastModified=2023-06-06 16:01:36.330472000, delta=1252000 ns, racy<=17500 ns 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.332214000, lastModified=2023-06-06 16:01:36.331472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.332214000, lastModified=2023-06-06 16:01:36.331472000, delta=742000 ns, racy<=17500 ns 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.332829000, lastModified=2023-06-06 16:01:36.331472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.331472000 to 2023-06-06 16:01:36.332472000 16:01:36.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.333625000, lastModified=2023-06-06 16:01:36.332472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.333625000, lastModified=2023-06-06 16:01:36.332472000, delta=1153000 ns, racy<=17500 ns 16:01:36.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.334113000, lastModified=2023-06-06 16:01:36.333472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.334113000, lastModified=2023-06-06 16:01:36.333472000, delta=641000 ns, racy<=17500 ns 16:01:36.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.334792000, lastModified=2023-06-06 16:01:36.333472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.333472000 to 2023-06-06 16:01:36.334472000 16:01:36.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.337206000, lastModified=2023-06-06 16:01:36.334472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.334472000 to 2023-06-06 16:01:36.336472000 16:01:36.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.337706000, lastModified=2023-06-06 16:01:36.336472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.337706000, lastModified=2023-06-06 16:01:36.336472000, delta=1234000 ns, racy<=17500 ns 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.338240000, lastModified=2023-06-06 16:01:36.337472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.338240000, lastModified=2023-06-06 16:01:36.337472000, delta=768000 ns, racy<=17500 ns 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.338701000, lastModified=2023-06-06 16:01:36.337472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.338701000, lastModified=2023-06-06 16:01:36.337472000, delta=1229000 ns, racy<=17500 ns 16:01:36.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.339185000, lastModified=2023-06-06 16:01:36.338472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.339185000, lastModified=2023-06-06 16:01:36.338472000, delta=713000 ns, racy<=17500 ns 16:01:36.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.339738000, lastModified=2023-06-06 16:01:36.338472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.339738000, lastModified=2023-06-06 16:01:36.338472000, delta=1266000 ns, racy<=17500 ns 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.340213000, lastModified=2023-06-06 16:01:36.339472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.340213000, lastModified=2023-06-06 16:01:36.339472000, delta=741000 ns, racy<=17500 ns 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.340651000, lastModified=2023-06-06 16:01:36.339472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.340651000, lastModified=2023-06-06 16:01:36.339472000, delta=1179000 ns, racy<=17500 ns 16:01:36.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.341091000, lastModified=2023-06-06 16:01:36.340472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.341091000, lastModified=2023-06-06 16:01:36.340472000, delta=619000 ns, racy<=17500 ns 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.341570000, lastModified=2023-06-06 16:01:36.340472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.341570000, lastModified=2023-06-06 16:01:36.340472000, delta=1098000 ns, racy<=17500 ns 16:01:36.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.342058000, lastModified=2023-06-06 16:01:36.341472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.342058000, lastModified=2023-06-06 16:01:36.341472000, delta=586000 ns, racy<=17500 ns 16:01:36.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.344372000, lastModified=2023-06-06 16:01:36.341472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.341472000 to 2023-06-06 16:01:36.343472000 16:01:36.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.345154000, lastModified=2023-06-06 16:01:36.344472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.345154000, lastModified=2023-06-06 16:01:36.344472000, delta=682000 ns, racy<=17500 ns 16:01:36.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.345722000, lastModified=2023-06-06 16:01:36.344472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.345722000, lastModified=2023-06-06 16:01:36.344472000, delta=1250000 ns, racy<=17500 ns 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.346190000, lastModified=2023-06-06 16:01:36.345472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.346190000, lastModified=2023-06-06 16:01:36.345472000, delta=718000 ns, racy<=17500 ns 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.346618000, lastModified=2023-06-06 16:01:36.345472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.346618000, lastModified=2023-06-06 16:01:36.345472000, delta=1146000 ns, racy<=17500 ns 16:01:36.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.347085000, lastModified=2023-06-06 16:01:36.346472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.347085000, lastModified=2023-06-06 16:01:36.346472000, delta=613000 ns, racy<=17500 ns 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.347536000, lastModified=2023-06-06 16:01:36.346472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.347536000, lastModified=2023-06-06 16:01:36.346472000, delta=1064000 ns, racy<=17500 ns 16:01:36.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.347980000, lastModified=2023-06-06 16:01:36.346472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.346472000 to 2023-06-06 16:01:36.347472000 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.348415000, lastModified=2023-06-06 16:01:36.347472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.348415000, lastModified=2023-06-06 16:01:36.347472000, delta=943000 ns, racy<=17500 ns 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.348858000, lastModified=2023-06-06 16:01:36.347472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.347472000 to 2023-06-06 16:01:36.348472000 16:01:36.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.349324000, lastModified=2023-06-06 16:01:36.348472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.349324000, lastModified=2023-06-06 16:01:36.348472000, delta=852000 ns, racy<=17500 ns 16:01:36.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.351639000, lastModified=2023-06-06 16:01:36.348472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.348472000 to 2023-06-06 16:01:36.350472000 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.352152000, lastModified=2023-06-06 16:01:36.351472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.352152000, lastModified=2023-06-06 16:01:36.351472000, delta=680000 ns, racy<=17500 ns 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.352634000, lastModified=2023-06-06 16:01:36.351472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.352634000, lastModified=2023-06-06 16:01:36.351472000, delta=1162000 ns, racy<=17500 ns 16:01:36.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.353093000, lastModified=2023-06-06 16:01:36.352472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.353093000, lastModified=2023-06-06 16:01:36.352472000, delta=621000 ns, racy<=17500 ns 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.353557000, lastModified=2023-06-06 16:01:36.352472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.353557000, lastModified=2023-06-06 16:01:36.352472000, delta=1085000 ns, racy<=17500 ns 16:01:36.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.354038000, lastModified=2023-06-06 16:01:36.353472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.354038000, lastModified=2023-06-06 16:01:36.353472000, delta=566000 ns, racy<=17500 ns 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.354486000, lastModified=2023-06-06 16:01:36.353472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.354486000, lastModified=2023-06-06 16:01:36.353472000, delta=1014000 ns, racy<=17500 ns 16:01:36.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.354987000, lastModified=2023-06-06 16:01:36.353472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.353472000 to 2023-06-06 16:01:36.354472000 16:01:36.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.355628000, lastModified=2023-06-06 16:01:36.354472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.355628000, lastModified=2023-06-06 16:01:36.354472000, delta=1156000 ns, racy<=17500 ns 16:01:36.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.356109000, lastModified=2023-06-06 16:01:36.355472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.356109000, lastModified=2023-06-06 16:01:36.355472000, delta=637000 ns, racy<=17500 ns 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.356560000, lastModified=2023-06-06 16:01:36.355472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.356560000, lastModified=2023-06-06 16:01:36.355472000, delta=1088000 ns, racy<=17500 ns 16:01:36.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.358855000, lastModified=2023-06-06 16:01:36.355472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.355472000 to 2023-06-06 16:01:36.358472000 16:01:36.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.359343000, lastModified=2023-06-06 16:01:36.358472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.359343000, lastModified=2023-06-06 16:01:36.358472000, delta=871000 ns, racy<=17500 ns 16:01:36.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.359815000, lastModified=2023-06-06 16:01:36.358472000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.358472000 to 2023-06-06 16:01:36.359471000 16:01:36.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.360249000, lastModified=2023-06-06 16:01:36.359471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.360249000, lastModified=2023-06-06 16:01:36.359471000, delta=778000 ns, racy<=17500 ns 16:01:36.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.360699000, lastModified=2023-06-06 16:01:36.359471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.360699000, lastModified=2023-06-06 16:01:36.359471000, delta=1228000 ns, racy<=17500 ns 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.361325000, lastModified=2023-06-06 16:01:36.360471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.361325000, lastModified=2023-06-06 16:01:36.360471000, delta=854000 ns, racy<=17500 ns 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.361756000, lastModified=2023-06-06 16:01:36.360471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.361756000, lastModified=2023-06-06 16:01:36.360471000, delta=1285000 ns, racy<=17500 ns 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.362210000, lastModified=2023-06-06 16:01:36.361471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.362210000, lastModified=2023-06-06 16:01:36.361471000, delta=739000 ns, racy<=17500 ns 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.362633000, lastModified=2023-06-06 16:01:36.361471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.362633000, lastModified=2023-06-06 16:01:36.361471000, delta=1162000 ns, racy<=17500 ns 16:01:36.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.363082000, lastModified=2023-06-06 16:01:36.362471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.363082000, lastModified=2023-06-06 16:01:36.362471000, delta=611000 ns, racy<=17500 ns 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.363512000, lastModified=2023-06-06 16:01:36.362471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.363512000, lastModified=2023-06-06 16:01:36.362471000, delta=1041000 ns, racy<=17500 ns 16:01:36.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.365894000, lastModified=2023-06-06 16:01:36.362471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.362471000 to 2023-06-06 16:01:36.409471000 16:01:36.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.410298000, lastModified=2023-06-06 16:01:36.409471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.410298000, lastModified=2023-06-06 16:01:36.409471000, delta=827000 ns, racy<=17500 ns 16:01:36.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.410764000, lastModified=2023-06-06 16:01:36.409471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.410764000, lastModified=2023-06-06 16:01:36.409471000, delta=1293000 ns, racy<=17500 ns 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.411223000, lastModified=2023-06-06 16:01:36.410471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.411223000, lastModified=2023-06-06 16:01:36.410471000, delta=752000 ns, racy<=17500 ns 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.411669000, lastModified=2023-06-06 16:01:36.410471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.411669000, lastModified=2023-06-06 16:01:36.410471000, delta=1198000 ns, racy<=17500 ns 16:01:36.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.412117000, lastModified=2023-06-06 16:01:36.411471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.412117000, lastModified=2023-06-06 16:01:36.411471000, delta=646000 ns, racy<=17500 ns 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.412559000, lastModified=2023-06-06 16:01:36.411471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.412559000, lastModified=2023-06-06 16:01:36.411471000, delta=1088000 ns, racy<=17500 ns 16:01:36.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.413023000, lastModified=2023-06-06 16:01:36.411471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.411471000 to 2023-06-06 16:01:36.412471000 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.413443000, lastModified=2023-06-06 16:01:36.412471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.413443000, lastModified=2023-06-06 16:01:36.412471000, delta=972000 ns, racy<=17500 ns 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.413905000, lastModified=2023-06-06 16:01:36.412471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.412471000 to 2023-06-06 16:01:36.413471000 16:01:36.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.414337000, lastModified=2023-06-06 16:01:36.413471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.414337000, lastModified=2023-06-06 16:01:36.413471000, delta=866000 ns, racy<=17500 ns 16:01:36.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.416838000, lastModified=2023-06-06 16:01:36.413471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.413471000 to 2023-06-06 16:01:36.416471000 16:01:36.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.417385000, lastModified=2023-06-06 16:01:36.416471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.417385000, lastModified=2023-06-06 16:01:36.416471000, delta=914000 ns, racy<=17500 ns 16:01:36.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.417836000, lastModified=2023-06-06 16:01:36.416471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.416471000 to 2023-06-06 16:01:36.417471000 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.418279000, lastModified=2023-06-06 16:01:36.417471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.418279000, lastModified=2023-06-06 16:01:36.417471000, delta=808000 ns, racy<=17500 ns 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.418726000, lastModified=2023-06-06 16:01:36.417471000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.418726000, lastModified=2023-06-06 16:01:36.417471000, delta=1255000 ns, racy<=17500 ns 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.419199000, lastModified=2023-06-06 16:01:36.418470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.419199000, lastModified=2023-06-06 16:01:36.418470000, delta=729000 ns, racy<=17500 ns 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.419640000, lastModified=2023-06-06 16:01:36.418470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.419640000, lastModified=2023-06-06 16:01:36.418470000, delta=1170000 ns, racy<=17500 ns 16:01:36.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.420093000, lastModified=2023-06-06 16:01:36.419470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.420093000, lastModified=2023-06-06 16:01:36.419470000, delta=623000 ns, racy<=17500 ns 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.420541000, lastModified=2023-06-06 16:01:36.419470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.420541000, lastModified=2023-06-06 16:01:36.419470000, delta=1071000 ns, racy<=17500 ns 16:01:36.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.420972000, lastModified=2023-06-06 16:01:36.419470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.419470000 to 2023-06-06 16:01:36.420470000 16:01:36.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.421404000, lastModified=2023-06-06 16:01:36.420470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.421404000, lastModified=2023-06-06 16:01:36.420470000, delta=934000 ns, racy<=17500 ns 16:01:36.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.423778000, lastModified=2023-06-06 16:01:36.420470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.420470000 to 2023-06-06 16:01:36.423470000 16:01:36.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.424284000, lastModified=2023-06-06 16:01:36.423470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.424284000, lastModified=2023-06-06 16:01:36.423470000, delta=814000 ns, racy<=17500 ns 16:01:36.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.424727000, lastModified=2023-06-06 16:01:36.423470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.424727000, lastModified=2023-06-06 16:01:36.423470000, delta=1257000 ns, racy<=17500 ns 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.425190000, lastModified=2023-06-06 16:01:36.424470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.425190000, lastModified=2023-06-06 16:01:36.424470000, delta=720000 ns, racy<=17500 ns 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.425638000, lastModified=2023-06-06 16:01:36.424470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.425638000, lastModified=2023-06-06 16:01:36.424470000, delta=1168000 ns, racy<=17500 ns 16:01:36.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.426108000, lastModified=2023-06-06 16:01:36.425470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.426108000, lastModified=2023-06-06 16:01:36.425470000, delta=638000 ns, racy<=17500 ns 16:01:36.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.428382000, lastModified=2023-06-06 16:01:36.427470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.428382000, lastModified=2023-06-06 16:01:36.427470000, delta=912000 ns, racy<=17500 ns 16:01:36.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.428872000, lastModified=2023-06-06 16:01:36.427470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.427470000 to 2023-06-06 16:01:36.428470000 16:01:36.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.429329000, lastModified=2023-06-06 16:01:36.428470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.429329000, lastModified=2023-06-06 16:01:36.428470000, delta=859000 ns, racy<=17500 ns 16:01:36.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.429811000, lastModified=2023-06-06 16:01:36.428470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.428470000 to 2023-06-06 16:01:36.429470000 16:01:36.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.430259000, lastModified=2023-06-06 16:01:36.429470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.430259000, lastModified=2023-06-06 16:01:36.429470000, delta=789000 ns, racy<=17500 ns 16:01:36.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.432575000, lastModified=2023-06-06 16:01:36.429470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.429470000 to 2023-06-06 16:01:36.431470000 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.433152000, lastModified=2023-06-06 16:01:36.432470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.433152000, lastModified=2023-06-06 16:01:36.432470000, delta=682000 ns, racy<=17500 ns 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.433646000, lastModified=2023-06-06 16:01:36.432470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.433646000, lastModified=2023-06-06 16:01:36.432470000, delta=1176000 ns, racy<=17500 ns 16:01:36.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.434136000, lastModified=2023-06-06 16:01:36.433470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.434136000, lastModified=2023-06-06 16:01:36.433470000, delta=666000 ns, racy<=17500 ns 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.434656000, lastModified=2023-06-06 16:01:36.433470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.434656000, lastModified=2023-06-06 16:01:36.433470000, delta=1186000 ns, racy<=17500 ns 16:01:36.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.435148000, lastModified=2023-06-06 16:01:36.434470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.435148000, lastModified=2023-06-06 16:01:36.434470000, delta=678000 ns, racy<=17500 ns 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.435617000, lastModified=2023-06-06 16:01:36.434470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.435617000, lastModified=2023-06-06 16:01:36.434470000, delta=1147000 ns, racy<=17500 ns 16:01:36.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.436075000, lastModified=2023-06-06 16:01:36.435470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.436075000, lastModified=2023-06-06 16:01:36.435470000, delta=605000 ns, racy<=17500 ns 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.436530000, lastModified=2023-06-06 16:01:36.435470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.436530000, lastModified=2023-06-06 16:01:36.435470000, delta=1060000 ns, racy<=17500 ns 16:01:36.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.437029000, lastModified=2023-06-06 16:01:36.436470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.437029000, lastModified=2023-06-06 16:01:36.436470000, delta=559000 ns, racy<=17500 ns 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.437506000, lastModified=2023-06-06 16:01:36.436470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.437506000, lastModified=2023-06-06 16:01:36.436470000, delta=1036000 ns, racy<=17500 ns 16:01:36.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.439828000, lastModified=2023-06-06 16:01:36.436470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.436470000 to 2023-06-06 16:01:36.439470000 16:01:36.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.440390000, lastModified=2023-06-06 16:01:36.439470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.440390000, lastModified=2023-06-06 16:01:36.439470000, delta=920000 ns, racy<=17500 ns 16:01:36.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.440895000, lastModified=2023-06-06 16:01:36.439470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.439470000 to 2023-06-06 16:01:36.440470000 16:01:36.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.441402000, lastModified=2023-06-06 16:01:36.440470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.441402000, lastModified=2023-06-06 16:01:36.440470000, delta=932000 ns, racy<=17500 ns 16:01:36.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.441875000, lastModified=2023-06-06 16:01:36.440470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.440470000 to 2023-06-06 16:01:36.441470000 16:01:36.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.442350000, lastModified=2023-06-06 16:01:36.441470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.442350000, lastModified=2023-06-06 16:01:36.441470000, delta=880000 ns, racy<=17500 ns 16:01:36.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.442805000, lastModified=2023-06-06 16:01:36.441470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.441470000 to 2023-06-06 16:01:36.442470000 16:01:36.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.443269000, lastModified=2023-06-06 16:01:36.442470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.443269000, lastModified=2023-06-06 16:01:36.442470000, delta=799000 ns, racy<=17500 ns 16:01:36.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.443773000, lastModified=2023-06-06 16:01:36.442470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.443773000, lastModified=2023-06-06 16:01:36.442470000, delta=1303000 ns, racy<=17500 ns 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.444262000, lastModified=2023-06-06 16:01:36.443470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.444262000, lastModified=2023-06-06 16:01:36.443470000, delta=792000 ns, racy<=17500 ns 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.444723000, lastModified=2023-06-06 16:01:36.443470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.444723000, lastModified=2023-06-06 16:01:36.443470000, delta=1253000 ns, racy<=17500 ns 16:01:36.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.447003000, lastModified=2023-06-06 16:01:36.444470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.444470000 to 2023-06-06 16:01:36.446470000 16:01:36.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.447536000, lastModified=2023-06-06 16:01:36.446470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.447536000, lastModified=2023-06-06 16:01:36.446470000, delta=1066000 ns, racy<=17500 ns 16:01:36.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.448046000, lastModified=2023-06-06 16:01:36.447470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.448046000, lastModified=2023-06-06 16:01:36.447470000, delta=576000 ns, racy<=17500 ns 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.448608000, lastModified=2023-06-06 16:01:36.447470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.448608000, lastModified=2023-06-06 16:01:36.447470000, delta=1138000 ns, racy<=17500 ns 16:01:36.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.449089000, lastModified=2023-06-06 16:01:36.448470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.449089000, lastModified=2023-06-06 16:01:36.448470000, delta=619000 ns, racy<=17500 ns 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.449584000, lastModified=2023-06-06 16:01:36.448470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.449584000, lastModified=2023-06-06 16:01:36.448470000, delta=1114000 ns, racy<=17500 ns 16:01:36.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.450081000, lastModified=2023-06-06 16:01:36.449470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.450081000, lastModified=2023-06-06 16:01:36.449470000, delta=611000 ns, racy<=17500 ns 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.450570000, lastModified=2023-06-06 16:01:36.449470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.450570000, lastModified=2023-06-06 16:01:36.449470000, delta=1100000 ns, racy<=17500 ns 16:01:36.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.451046000, lastModified=2023-06-06 16:01:36.450470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.451046000, lastModified=2023-06-06 16:01:36.450470000, delta=576000 ns, racy<=17500 ns 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.451520000, lastModified=2023-06-06 16:01:36.450470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.451520000, lastModified=2023-06-06 16:01:36.450470000, delta=1050000 ns, racy<=17500 ns 16:01:36.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.451970000, lastModified=2023-06-06 16:01:36.450470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.450470000 to 2023-06-06 16:01:36.451470000 16:01:36.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.454443000, lastModified=2023-06-06 16:01:36.451470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.451470000 to 2023-06-06 16:01:36.453470000 16:01:36.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.454972000, lastModified=2023-06-06 16:01:36.453470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.453470000 to 2023-06-06 16:01:36.454470000 16:01:36.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.509745000, lastModified=2023-06-06 16:01:36.454470000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.454470000 to 2023-06-06 16:01:36.509469000 16:01:36.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.510434000, lastModified=2023-06-06 16:01:36.509469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.510434000, lastModified=2023-06-06 16:01:36.509469000, delta=965000 ns, racy<=17500 ns 16:01:36.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.510915000, lastModified=2023-06-06 16:01:36.509469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.509469000 to 2023-06-06 16:01:36.510469000 16:01:36.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.511379000, lastModified=2023-06-06 16:01:36.510469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.511379000, lastModified=2023-06-06 16:01:36.510469000, delta=910000 ns, racy<=17500 ns 16:01:36.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.511851000, lastModified=2023-06-06 16:01:36.510469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.510469000 to 2023-06-06 16:01:36.511469000 16:01:36.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.512305000, lastModified=2023-06-06 16:01:36.511469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.512305000, lastModified=2023-06-06 16:01:36.511469000, delta=836000 ns, racy<=17500 ns 16:01:36.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.512769000, lastModified=2023-06-06 16:01:36.511469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.512769000, lastModified=2023-06-06 16:01:36.511469000, delta=1300000 ns, racy<=17500 ns 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.513263000, lastModified=2023-06-06 16:01:36.512469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.513263000, lastModified=2023-06-06 16:01:36.512469000, delta=794000 ns, racy<=17500 ns 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.513825000, lastModified=2023-06-06 16:01:36.512469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.512469000 to 2023-06-06 16:01:36.513469000 16:01:36.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.516516000, lastModified=2023-06-06 16:01:36.513469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.513469000 to 2023-06-06 16:01:36.515469000 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.517049000, lastModified=2023-06-06 16:01:36.516469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.517049000, lastModified=2023-06-06 16:01:36.516469000, delta=580000 ns, racy<=17500 ns 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.517555000, lastModified=2023-06-06 16:01:36.516469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.517555000, lastModified=2023-06-06 16:01:36.516469000, delta=1086000 ns, racy<=17500 ns 16:01:36.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.518072000, lastModified=2023-06-06 16:01:36.517469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.518072000, lastModified=2023-06-06 16:01:36.517469000, delta=603000 ns, racy<=17500 ns 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.518548000, lastModified=2023-06-06 16:01:36.517469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.518548000, lastModified=2023-06-06 16:01:36.517469000, delta=1079000 ns, racy<=17500 ns 16:01:36.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.519050000, lastModified=2023-06-06 16:01:36.518469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.519050000, lastModified=2023-06-06 16:01:36.518469000, delta=581000 ns, racy<=17500 ns 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.519552000, lastModified=2023-06-06 16:01:36.518469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.519552000, lastModified=2023-06-06 16:01:36.518469000, delta=1083000 ns, racy<=17500 ns 16:01:36.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.520045000, lastModified=2023-06-06 16:01:36.519469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.520045000, lastModified=2023-06-06 16:01:36.519469000, delta=576000 ns, racy<=17500 ns 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.520544000, lastModified=2023-06-06 16:01:36.519469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.520544000, lastModified=2023-06-06 16:01:36.519469000, delta=1075000 ns, racy<=17500 ns 16:01:36.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.521032000, lastModified=2023-06-06 16:01:36.520469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.521032000, lastModified=2023-06-06 16:01:36.520469000, delta=563000 ns, racy<=17500 ns 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.521516000, lastModified=2023-06-06 16:01:36.520469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.521516000, lastModified=2023-06-06 16:01:36.520469000, delta=1047000 ns, racy<=17500 ns 16:01:36.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.523974000, lastModified=2023-06-06 16:01:36.520469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.520469000 to 2023-06-06 16:01:36.523469000 16:01:36.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.524529000, lastModified=2023-06-06 16:01:36.523469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.524529000, lastModified=2023-06-06 16:01:36.523469000, delta=1060000 ns, racy<=17500 ns 16:01:36.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.525039000, lastModified=2023-06-06 16:01:36.524469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.525039000, lastModified=2023-06-06 16:01:36.524469000, delta=570000 ns, racy<=17500 ns 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.525531000, lastModified=2023-06-06 16:01:36.524469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.525531000, lastModified=2023-06-06 16:01:36.524469000, delta=1062000 ns, racy<=17500 ns 16:01:36.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.526026000, lastModified=2023-06-06 16:01:36.524469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.524469000 to 2023-06-06 16:01:36.525469000 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.526467000, lastModified=2023-06-06 16:01:36.525469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.526467000, lastModified=2023-06-06 16:01:36.525469000, delta=998000 ns, racy<=17500 ns 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.526932000, lastModified=2023-06-06 16:01:36.525469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.525469000 to 2023-06-06 16:01:36.526469000 16:01:36.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.527396000, lastModified=2023-06-06 16:01:36.526469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.527396000, lastModified=2023-06-06 16:01:36.526469000, delta=927000 ns, racy<=17500 ns 16:01:36.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.527860000, lastModified=2023-06-06 16:01:36.526469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.526469000 to 2023-06-06 16:01:36.527469000 16:01:36.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.528340000, lastModified=2023-06-06 16:01:36.527469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.528340000, lastModified=2023-06-06 16:01:36.527469000, delta=871000 ns, racy<=17500 ns 16:01:36.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.528806000, lastModified=2023-06-06 16:01:36.527469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.527469000 to 2023-06-06 16:01:36.528469000 16:01:36.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.531084000, lastModified=2023-06-06 16:01:36.528469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.528469000 to 2023-06-06 16:01:36.530469000 16:01:36.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.531597000, lastModified=2023-06-06 16:01:36.530469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.531597000, lastModified=2023-06-06 16:01:36.530469000, delta=1128000 ns, racy<=17500 ns 16:01:36.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.532098000, lastModified=2023-06-06 16:01:36.531469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.532098000, lastModified=2023-06-06 16:01:36.531469000, delta=629000 ns, racy<=17500 ns 16:01:36.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.532588000, lastModified=2023-06-06 16:01:36.531469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.532588000, lastModified=2023-06-06 16:01:36.531469000, delta=1119000 ns, racy<=17500 ns 16:01:36.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.533305000, lastModified=2023-06-06 16:01:36.532469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.533305000, lastModified=2023-06-06 16:01:36.532469000, delta=836000 ns, racy<=17500 ns 16:01:36.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.533833000, lastModified=2023-06-06 16:01:36.532469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.532469000 to 2023-06-06 16:01:36.533469000 16:01:36.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.534332000, lastModified=2023-06-06 16:01:36.533469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.534332000, lastModified=2023-06-06 16:01:36.533469000, delta=863000 ns, racy<=17500 ns 16:01:36.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.534809000, lastModified=2023-06-06 16:01:36.533469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.533469000 to 2023-06-06 16:01:36.534469000 16:01:36.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.535276000, lastModified=2023-06-06 16:01:36.534469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.535276000, lastModified=2023-06-06 16:01:36.534469000, delta=807000 ns, racy<=17500 ns 16:01:36.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.535731000, lastModified=2023-06-06 16:01:36.534469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.535731000, lastModified=2023-06-06 16:01:36.534469000, delta=1262000 ns, racy<=17500 ns 16:01:36.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.536222000, lastModified=2023-06-06 16:01:36.535469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.536222000, lastModified=2023-06-06 16:01:36.535469000, delta=753000 ns, racy<=17500 ns 16:01:36.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.538653000, lastModified=2023-06-06 16:01:36.535469000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.535469000 to 2023-06-06 16:01:36.537468000 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.539219000, lastModified=2023-06-06 16:01:36.538468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.539219000, lastModified=2023-06-06 16:01:36.538468000, delta=751000 ns, racy<=17500 ns 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.539707000, lastModified=2023-06-06 16:01:36.538468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.539707000, lastModified=2023-06-06 16:01:36.538468000, delta=1239000 ns, racy<=17500 ns 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.540199000, lastModified=2023-06-06 16:01:36.539468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.540199000, lastModified=2023-06-06 16:01:36.539468000, delta=731000 ns, racy<=17500 ns 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.540681000, lastModified=2023-06-06 16:01:36.539468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.540681000, lastModified=2023-06-06 16:01:36.539468000, delta=1213000 ns, racy<=17500 ns 16:01:36.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.541199000, lastModified=2023-06-06 16:01:36.540468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.541199000, lastModified=2023-06-06 16:01:36.540468000, delta=731000 ns, racy<=17500 ns 16:01:36.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.541717000, lastModified=2023-06-06 16:01:36.540468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.541717000, lastModified=2023-06-06 16:01:36.540468000, delta=1249000 ns, racy<=17500 ns 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.542270000, lastModified=2023-06-06 16:01:36.541468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.542270000, lastModified=2023-06-06 16:01:36.541468000, delta=802000 ns, racy<=17500 ns 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.542735000, lastModified=2023-06-06 16:01:36.541468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.542735000, lastModified=2023-06-06 16:01:36.541468000, delta=1267000 ns, racy<=17500 ns 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.543242000, lastModified=2023-06-06 16:01:36.542468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.543242000, lastModified=2023-06-06 16:01:36.542468000, delta=774000 ns, racy<=17500 ns 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.543744000, lastModified=2023-06-06 16:01:36.542468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.543744000, lastModified=2023-06-06 16:01:36.542468000, delta=1276000 ns, racy<=17500 ns 16:01:36.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.546084000, lastModified=2023-06-06 16:01:36.543468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.543468000 to 2023-06-06 16:01:36.545468000 16:01:36.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.546622000, lastModified=2023-06-06 16:01:36.545468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.546622000, lastModified=2023-06-06 16:01:36.545468000, delta=1154000 ns, racy<=17500 ns 16:01:36.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.547145000, lastModified=2023-06-06 16:01:36.546468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.547145000, lastModified=2023-06-06 16:01:36.546468000, delta=677000 ns, racy<=17500 ns 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.547625000, lastModified=2023-06-06 16:01:36.546468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.547625000, lastModified=2023-06-06 16:01:36.546468000, delta=1157000 ns, racy<=17500 ns 16:01:36.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.548126000, lastModified=2023-06-06 16:01:36.547468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.548126000, lastModified=2023-06-06 16:01:36.547468000, delta=658000 ns, racy<=17500 ns 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.548603000, lastModified=2023-06-06 16:01:36.547468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.548603000, lastModified=2023-06-06 16:01:36.547468000, delta=1135000 ns, racy<=17500 ns 16:01:36.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.549103000, lastModified=2023-06-06 16:01:36.548468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.549103000, lastModified=2023-06-06 16:01:36.548468000, delta=635000 ns, racy<=17500 ns 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.549583000, lastModified=2023-06-06 16:01:36.548468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.549583000, lastModified=2023-06-06 16:01:36.548468000, delta=1115000 ns, racy<=17500 ns 16:01:36.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.550044000, lastModified=2023-06-06 16:01:36.549468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.550044000, lastModified=2023-06-06 16:01:36.549468000, delta=576000 ns, racy<=17500 ns 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.550521000, lastModified=2023-06-06 16:01:36.549468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.550521000, lastModified=2023-06-06 16:01:36.549468000, delta=1053000 ns, racy<=17500 ns 16:01:36.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.551026000, lastModified=2023-06-06 16:01:36.550468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.551026000, lastModified=2023-06-06 16:01:36.550468000, delta=558000 ns, racy<=17500 ns 16:01:36.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.553318000, lastModified=2023-06-06 16:01:36.550468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.550468000 to 2023-06-06 16:01:36.552468000 16:01:36.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.553927000, lastModified=2023-06-06 16:01:36.552468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.552468000 to 2023-06-06 16:01:36.553468000 16:01:36.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.554394000, lastModified=2023-06-06 16:01:36.553468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.554394000, lastModified=2023-06-06 16:01:36.553468000, delta=926000 ns, racy<=17500 ns 16:01:36.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.554864000, lastModified=2023-06-06 16:01:36.553468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.553468000 to 2023-06-06 16:01:36.554468000 16:01:36.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.555375000, lastModified=2023-06-06 16:01:36.554468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.555375000, lastModified=2023-06-06 16:01:36.554468000, delta=907000 ns, racy<=17500 ns 16:01:36.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.555841000, lastModified=2023-06-06 16:01:36.554468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.554468000 to 2023-06-06 16:01:36.555468000 16:01:36.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.556381000, lastModified=2023-06-06 16:01:36.555468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.556381000, lastModified=2023-06-06 16:01:36.555468000, delta=913000 ns, racy<=17500 ns 16:01:36.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.556838000, lastModified=2023-06-06 16:01:36.555468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.555468000 to 2023-06-06 16:01:36.556468000 16:01:36.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.557345000, lastModified=2023-06-06 16:01:36.556468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.557345000, lastModified=2023-06-06 16:01:36.556468000, delta=877000 ns, racy<=17500 ns 16:01:36.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.557832000, lastModified=2023-06-06 16:01:36.556468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.556468000 to 2023-06-06 16:01:36.557468000 16:01:36.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.558415000, lastModified=2023-06-06 16:01:36.557468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.558415000, lastModified=2023-06-06 16:01:36.557468000, delta=947000 ns, racy<=17500 ns 16:01:36.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.560747000, lastModified=2023-06-06 16:01:36.557468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.557468000 to 2023-06-06 16:01:36.560468000 16:01:36.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.561318000, lastModified=2023-06-06 16:01:36.560468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.561318000, lastModified=2023-06-06 16:01:36.560468000, delta=850000 ns, racy<=17500 ns 16:01:36.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.561810000, lastModified=2023-06-06 16:01:36.560468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.560468000 to 2023-06-06 16:01:36.561468000 16:01:36.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.562282000, lastModified=2023-06-06 16:01:36.561468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.562282000, lastModified=2023-06-06 16:01:36.561468000, delta=814000 ns, racy<=17500 ns 16:01:36.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.562755000, lastModified=2023-06-06 16:01:36.561468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.562755000, lastModified=2023-06-06 16:01:36.561468000, delta=1287000 ns, racy<=17500 ns 16:01:36.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.563246000, lastModified=2023-06-06 16:01:36.562468000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.563246000, lastModified=2023-06-06 16:01:36.562468000, delta=778000 ns, racy<=17500 ns 16:01:36.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.610098000, lastModified=2023-06-06 16:01:36.609467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.610098000, lastModified=2023-06-06 16:01:36.609467000, delta=631000 ns, racy<=17500 ns 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.610621000, lastModified=2023-06-06 16:01:36.609467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.610621000, lastModified=2023-06-06 16:01:36.609467000, delta=1154000 ns, racy<=17500 ns 16:01:36.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.611115000, lastModified=2023-06-06 16:01:36.610467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.611115000, lastModified=2023-06-06 16:01:36.610467000, delta=648000 ns, racy<=17500 ns 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.611605000, lastModified=2023-06-06 16:01:36.610467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.611605000, lastModified=2023-06-06 16:01:36.610467000, delta=1138000 ns, racy<=17500 ns 16:01:36.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.612073000, lastModified=2023-06-06 16:01:36.611467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.612073000, lastModified=2023-06-06 16:01:36.611467000, delta=606000 ns, racy<=17500 ns 16:01:36.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.614520000, lastModified=2023-06-06 16:01:36.611467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.611467000 to 2023-06-06 16:01:36.613467000 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.615050000, lastModified=2023-06-06 16:01:36.614467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.615050000, lastModified=2023-06-06 16:01:36.614467000, delta=583000 ns, racy<=17500 ns 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.615550000, lastModified=2023-06-06 16:01:36.614467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.615550000, lastModified=2023-06-06 16:01:36.614467000, delta=1083000 ns, racy<=17500 ns 16:01:36.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.616027000, lastModified=2023-06-06 16:01:36.614467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.614467000 to 2023-06-06 16:01:36.615467000 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.616470000, lastModified=2023-06-06 16:01:36.615467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.616470000, lastModified=2023-06-06 16:01:36.615467000, delta=1003000 ns, racy<=17500 ns 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.616934000, lastModified=2023-06-06 16:01:36.615467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.615467000 to 2023-06-06 16:01:36.616467000 16:01:36.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.617392000, lastModified=2023-06-06 16:01:36.616467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.617392000, lastModified=2023-06-06 16:01:36.616467000, delta=925000 ns, racy<=17500 ns 16:01:36.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.617866000, lastModified=2023-06-06 16:01:36.616467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.616467000 to 2023-06-06 16:01:36.617467000 16:01:36.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.618337000, lastModified=2023-06-06 16:01:36.617467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.618337000, lastModified=2023-06-06 16:01:36.617467000, delta=870000 ns, racy<=17500 ns 16:01:36.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.618805000, lastModified=2023-06-06 16:01:36.617467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.617467000 to 2023-06-06 16:01:36.618467000 16:01:36.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.619248000, lastModified=2023-06-06 16:01:36.618467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.619248000, lastModified=2023-06-06 16:01:36.618467000, delta=781000 ns, racy<=17500 ns 16:01:36.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.621763000, lastModified=2023-06-06 16:01:36.618467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.618467000 to 2023-06-06 16:01:36.621467000 16:01:36.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.622328000, lastModified=2023-06-06 16:01:36.621467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.622328000, lastModified=2023-06-06 16:01:36.621467000, delta=861000 ns, racy<=17500 ns 16:01:36.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.622823000, lastModified=2023-06-06 16:01:36.621467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.621467000 to 2023-06-06 16:01:36.622467000 16:01:36.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.623308000, lastModified=2023-06-06 16:01:36.622467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.623308000, lastModified=2023-06-06 16:01:36.622467000, delta=841000 ns, racy<=17500 ns 16:01:36.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.623772000, lastModified=2023-06-06 16:01:36.622467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.623772000, lastModified=2023-06-06 16:01:36.622467000, delta=1305000 ns, racy<=17500 ns 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.624277000, lastModified=2023-06-06 16:01:36.623467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.624277000, lastModified=2023-06-06 16:01:36.623467000, delta=810000 ns, racy<=17500 ns 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.624755000, lastModified=2023-06-06 16:01:36.623467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.624755000, lastModified=2023-06-06 16:01:36.623467000, delta=1288000 ns, racy<=17500 ns 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.625245000, lastModified=2023-06-06 16:01:36.624467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.625245000, lastModified=2023-06-06 16:01:36.624467000, delta=778000 ns, racy<=17500 ns 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.625730000, lastModified=2023-06-06 16:01:36.624467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.625730000, lastModified=2023-06-06 16:01:36.624467000, delta=1263000 ns, racy<=17500 ns 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.626205000, lastModified=2023-06-06 16:01:36.625467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.626205000, lastModified=2023-06-06 16:01:36.625467000, delta=738000 ns, racy<=17500 ns 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.626668000, lastModified=2023-06-06 16:01:36.625467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.626668000, lastModified=2023-06-06 16:01:36.625467000, delta=1201000 ns, racy<=17500 ns 16:01:36.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.629010000, lastModified=2023-06-06 16:01:36.626467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.626467000 to 2023-06-06 16:01:36.628467000 16:01:36.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.629524000, lastModified=2023-06-06 16:01:36.628467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.629524000, lastModified=2023-06-06 16:01:36.628467000, delta=1057000 ns, racy<=17500 ns 16:01:36.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.630007000, lastModified=2023-06-06 16:01:36.628467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.628467000 to 2023-06-06 16:01:36.629467000 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.630443000, lastModified=2023-06-06 16:01:36.629467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.630443000, lastModified=2023-06-06 16:01:36.629467000, delta=976000 ns, racy<=17500 ns 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.630895000, lastModified=2023-06-06 16:01:36.629467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.629467000 to 2023-06-06 16:01:36.630467000 16:01:36.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.631369000, lastModified=2023-06-06 16:01:36.630467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.631369000, lastModified=2023-06-06 16:01:36.630467000, delta=902000 ns, racy<=17500 ns 16:01:36.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.631835000, lastModified=2023-06-06 16:01:36.630467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.630467000 to 2023-06-06 16:01:36.631467000 16:01:36.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.632313000, lastModified=2023-06-06 16:01:36.631467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.632313000, lastModified=2023-06-06 16:01:36.631467000, delta=846000 ns, racy<=17500 ns 16:01:36.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.632794000, lastModified=2023-06-06 16:01:36.631467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.631467000 to 2023-06-06 16:01:36.632467000 16:01:36.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.633301000, lastModified=2023-06-06 16:01:36.632467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.633301000, lastModified=2023-06-06 16:01:36.632467000, delta=834000 ns, racy<=17500 ns 16:01:36.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.633755000, lastModified=2023-06-06 16:01:36.632467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.633755000, lastModified=2023-06-06 16:01:36.632467000, delta=1288000 ns, racy<=17500 ns 16:01:36.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.636137000, lastModified=2023-06-06 16:01:36.633467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.633467000 to 2023-06-06 16:01:36.635467000 16:01:36.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.636657000, lastModified=2023-06-06 16:01:36.635467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.636657000, lastModified=2023-06-06 16:01:36.635467000, delta=1190000 ns, racy<=17500 ns 16:01:36.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.637157000, lastModified=2023-06-06 16:01:36.636467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.637157000, lastModified=2023-06-06 16:01:36.636467000, delta=690000 ns, racy<=17500 ns 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.637633000, lastModified=2023-06-06 16:01:36.636467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.637633000, lastModified=2023-06-06 16:01:36.636467000, delta=1166000 ns, racy<=17500 ns 16:01:36.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.638155000, lastModified=2023-06-06 16:01:36.637467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.638155000, lastModified=2023-06-06 16:01:36.637467000, delta=688000 ns, racy<=17500 ns 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.638642000, lastModified=2023-06-06 16:01:36.637467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.638642000, lastModified=2023-06-06 16:01:36.637467000, delta=1175000 ns, racy<=17500 ns 16:01:36.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.639116000, lastModified=2023-06-06 16:01:36.638467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.639116000, lastModified=2023-06-06 16:01:36.638467000, delta=649000 ns, racy<=17500 ns 16:01:36.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.639606000, lastModified=2023-06-06 16:01:36.638467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.639606000, lastModified=2023-06-06 16:01:36.638467000, delta=1139000 ns, racy<=17500 ns 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.640204000, lastModified=2023-06-06 16:01:36.639467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.640204000, lastModified=2023-06-06 16:01:36.639467000, delta=737000 ns, racy<=17500 ns 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.640669000, lastModified=2023-06-06 16:01:36.639467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.640669000, lastModified=2023-06-06 16:01:36.639467000, delta=1202000 ns, racy<=17500 ns 16:01:36.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.641192000, lastModified=2023-06-06 16:01:36.640467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.641192000, lastModified=2023-06-06 16:01:36.640467000, delta=725000 ns, racy<=17500 ns 16:01:36.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.643580000, lastModified=2023-06-06 16:01:36.640467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.640467000 to 2023-06-06 16:01:36.642467000 16:01:36.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.644100000, lastModified=2023-06-06 16:01:36.643467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.644100000, lastModified=2023-06-06 16:01:36.643467000, delta=633000 ns, racy<=17500 ns 16:01:36.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.644696000, lastModified=2023-06-06 16:01:36.643467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.644696000, lastModified=2023-06-06 16:01:36.643467000, delta=1229000 ns, racy<=17500 ns 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.645200000, lastModified=2023-06-06 16:01:36.644467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.645200000, lastModified=2023-06-06 16:01:36.644467000, delta=733000 ns, racy<=17500 ns 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.645668000, lastModified=2023-06-06 16:01:36.644467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.645668000, lastModified=2023-06-06 16:01:36.644467000, delta=1201000 ns, racy<=17500 ns 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.646174000, lastModified=2023-06-06 16:01:36.645467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.646174000, lastModified=2023-06-06 16:01:36.645467000, delta=707000 ns, racy<=17500 ns 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.646630000, lastModified=2023-06-06 16:01:36.645467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.646630000, lastModified=2023-06-06 16:01:36.645467000, delta=1163000 ns, racy<=17500 ns 16:01:36.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.647089000, lastModified=2023-06-06 16:01:36.646467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.647089000, lastModified=2023-06-06 16:01:36.646467000, delta=622000 ns, racy<=17500 ns 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.647583000, lastModified=2023-06-06 16:01:36.646467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.647583000, lastModified=2023-06-06 16:01:36.646467000, delta=1116000 ns, racy<=17500 ns 16:01:36.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.648071000, lastModified=2023-06-06 16:01:36.647467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.648071000, lastModified=2023-06-06 16:01:36.647467000, delta=604000 ns, racy<=17500 ns 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.648546000, lastModified=2023-06-06 16:01:36.647467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.648546000, lastModified=2023-06-06 16:01:36.647467000, delta=1079000 ns, racy<=17500 ns 16:01:36.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.650881000, lastModified=2023-06-06 16:01:36.648467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.648467000 to 2023-06-06 16:01:36.650467000 16:01:36.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.651413000, lastModified=2023-06-06 16:01:36.650467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.651413000, lastModified=2023-06-06 16:01:36.650467000, delta=946000 ns, racy<=17500 ns 16:01:36.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.651884000, lastModified=2023-06-06 16:01:36.650467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.650467000 to 2023-06-06 16:01:36.651467000 16:01:36.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.652364000, lastModified=2023-06-06 16:01:36.651467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.652364000, lastModified=2023-06-06 16:01:36.651467000, delta=897000 ns, racy<=17500 ns 16:01:36.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.652836000, lastModified=2023-06-06 16:01:36.651467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.651467000 to 2023-06-06 16:01:36.652467000 16:01:36.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.653327000, lastModified=2023-06-06 16:01:36.652467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.653327000, lastModified=2023-06-06 16:01:36.652467000, delta=860000 ns, racy<=17500 ns 16:01:36.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.653808000, lastModified=2023-06-06 16:01:36.652467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.652467000 to 2023-06-06 16:01:36.653467000 16:01:36.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.654309000, lastModified=2023-06-06 16:01:36.653467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.654309000, lastModified=2023-06-06 16:01:36.653467000, delta=842000 ns, racy<=17500 ns 16:01:36.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.654775000, lastModified=2023-06-06 16:01:36.653467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.654775000, lastModified=2023-06-06 16:01:36.653467000, delta=1308000 ns, racy<=17500 ns 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.655261000, lastModified=2023-06-06 16:01:36.654467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.655261000, lastModified=2023-06-06 16:01:36.654467000, delta=794000 ns, racy<=17500 ns 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.655714000, lastModified=2023-06-06 16:01:36.654467000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.655714000, lastModified=2023-06-06 16:01:36.654467000, delta=1247000 ns, racy<=17500 ns 16:01:36.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.658057000, lastModified=2023-06-06 16:01:36.655466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.655466000 to 2023-06-06 16:01:36.657466000 16:01:36.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.658611000, lastModified=2023-06-06 16:01:36.657466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.658611000, lastModified=2023-06-06 16:01:36.657466000, delta=1145000 ns, racy<=17500 ns 16:01:36.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.659100000, lastModified=2023-06-06 16:01:36.658466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.659100000, lastModified=2023-06-06 16:01:36.658466000, delta=634000 ns, racy<=17500 ns 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.659655000, lastModified=2023-06-06 16:01:36.658466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.659655000, lastModified=2023-06-06 16:01:36.658466000, delta=1189000 ns, racy<=17500 ns 16:01:36.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.660154000, lastModified=2023-06-06 16:01:36.659466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.660154000, lastModified=2023-06-06 16:01:36.659466000, delta=688000 ns, racy<=17500 ns 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.660643000, lastModified=2023-06-06 16:01:36.659466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.660643000, lastModified=2023-06-06 16:01:36.659466000, delta=1177000 ns, racy<=17500 ns 16:01:36.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.661154000, lastModified=2023-06-06 16:01:36.660466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.661154000, lastModified=2023-06-06 16:01:36.660466000, delta=688000 ns, racy<=17500 ns 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.661651000, lastModified=2023-06-06 16:01:36.660466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.661651000, lastModified=2023-06-06 16:01:36.660466000, delta=1185000 ns, racy<=17500 ns 16:01:36.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.662131000, lastModified=2023-06-06 16:01:36.661466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.662131000, lastModified=2023-06-06 16:01:36.661466000, delta=665000 ns, racy<=17500 ns 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.662611000, lastModified=2023-06-06 16:01:36.661466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.662611000, lastModified=2023-06-06 16:01:36.661466000, delta=1145000 ns, racy<=17500 ns 16:01:36.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.663077000, lastModified=2023-06-06 16:01:36.662466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.663077000, lastModified=2023-06-06 16:01:36.662466000, delta=611000 ns, racy<=17500 ns 16:01:36.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.665427000, lastModified=2023-06-06 16:01:36.662466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.662466000 to 2023-06-06 16:01:36.664466000 16:01:36.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.665972000, lastModified=2023-06-06 16:01:36.664466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.664466000 to 2023-06-06 16:01:36.665466000 16:01:36.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.709734000, lastModified=2023-06-06 16:01:36.665466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.665466000 to 2023-06-06 16:01:36.709466000 16:01:36.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.710579000, lastModified=2023-06-06 16:01:36.709466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.710579000, lastModified=2023-06-06 16:01:36.709466000, delta=1113000 ns, racy<=17500 ns 16:01:36.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.711081000, lastModified=2023-06-06 16:01:36.710466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.711081000, lastModified=2023-06-06 16:01:36.710466000, delta=615000 ns, racy<=17500 ns 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.711584000, lastModified=2023-06-06 16:01:36.710466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.711584000, lastModified=2023-06-06 16:01:36.710466000, delta=1118000 ns, racy<=17500 ns 16:01:36.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.712124000, lastModified=2023-06-06 16:01:36.711466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.712124000, lastModified=2023-06-06 16:01:36.711466000, delta=658000 ns, racy<=17500 ns 16:01:36.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.712650000, lastModified=2023-06-06 16:01:36.711466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.712650000, lastModified=2023-06-06 16:01:36.711466000, delta=1184000 ns, racy<=17500 ns 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.713177000, lastModified=2023-06-06 16:01:36.712466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.713177000, lastModified=2023-06-06 16:01:36.712466000, delta=711000 ns, racy<=17500 ns 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.713649000, lastModified=2023-06-06 16:01:36.712466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.713649000, lastModified=2023-06-06 16:01:36.712466000, delta=1183000 ns, racy<=17500 ns 16:01:36.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.714116000, lastModified=2023-06-06 16:01:36.713466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.714116000, lastModified=2023-06-06 16:01:36.713466000, delta=650000 ns, racy<=17500 ns 16:01:36.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.716517000, lastModified=2023-06-06 16:01:36.713466000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.713466000 to 2023-06-06 16:01:36.715465000 16:01:36.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.717125000, lastModified=2023-06-06 16:01:36.716465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.717125000, lastModified=2023-06-06 16:01:36.716465000, delta=660000 ns, racy<=17500 ns 16:01:36.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.717746000, lastModified=2023-06-06 16:01:36.716465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.717746000, lastModified=2023-06-06 16:01:36.716465000, delta=1281000 ns, racy<=17500 ns 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.718250000, lastModified=2023-06-06 16:01:36.717465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.718250000, lastModified=2023-06-06 16:01:36.717465000, delta=785000 ns, racy<=17500 ns 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.718748000, lastModified=2023-06-06 16:01:36.717465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.718748000, lastModified=2023-06-06 16:01:36.717465000, delta=1283000 ns, racy<=17500 ns 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.719251000, lastModified=2023-06-06 16:01:36.718465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.719251000, lastModified=2023-06-06 16:01:36.718465000, delta=786000 ns, racy<=17500 ns 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.719744000, lastModified=2023-06-06 16:01:36.718465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.719744000, lastModified=2023-06-06 16:01:36.718465000, delta=1279000 ns, racy<=17500 ns 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.720212000, lastModified=2023-06-06 16:01:36.719465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.720212000, lastModified=2023-06-06 16:01:36.719465000, delta=747000 ns, racy<=17500 ns 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.720698000, lastModified=2023-06-06 16:01:36.719465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.720698000, lastModified=2023-06-06 16:01:36.719465000, delta=1233000 ns, racy<=17500 ns 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.721201000, lastModified=2023-06-06 16:01:36.720465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.721201000, lastModified=2023-06-06 16:01:36.720465000, delta=736000 ns, racy<=17500 ns 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.721664000, lastModified=2023-06-06 16:01:36.720465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.721664000, lastModified=2023-06-06 16:01:36.720465000, delta=1199000 ns, racy<=17500 ns 16:01:36.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.723948000, lastModified=2023-06-06 16:01:36.721465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.721465000 to 2023-06-06 16:01:36.723465000 16:01:36.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.724431000, lastModified=2023-06-06 16:01:36.723465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.724431000, lastModified=2023-06-06 16:01:36.723465000, delta=966000 ns, racy<=17500 ns 16:01:36.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.724916000, lastModified=2023-06-06 16:01:36.723465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.723465000 to 2023-06-06 16:01:36.724465000 16:01:36.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.725413000, lastModified=2023-06-06 16:01:36.724465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.725413000, lastModified=2023-06-06 16:01:36.724465000, delta=948000 ns, racy<=17500 ns 16:01:36.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.725891000, lastModified=2023-06-06 16:01:36.724465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.724465000 to 2023-06-06 16:01:36.725465000 16:01:36.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.726347000, lastModified=2023-06-06 16:01:36.725465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.726347000, lastModified=2023-06-06 16:01:36.725465000, delta=882000 ns, racy<=17500 ns 16:01:36.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.726819000, lastModified=2023-06-06 16:01:36.725465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.725465000 to 2023-06-06 16:01:36.726465000 16:01:36.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.727287000, lastModified=2023-06-06 16:01:36.726465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.727287000, lastModified=2023-06-06 16:01:36.726465000, delta=822000 ns, racy<=17500 ns 16:01:36.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.727752000, lastModified=2023-06-06 16:01:36.726465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.727752000, lastModified=2023-06-06 16:01:36.726465000, delta=1287000 ns, racy<=17500 ns 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.728237000, lastModified=2023-06-06 16:01:36.727465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.728237000, lastModified=2023-06-06 16:01:36.727465000, delta=772000 ns, racy<=17500 ns 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.728705000, lastModified=2023-06-06 16:01:36.727465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.728705000, lastModified=2023-06-06 16:01:36.727465000, delta=1240000 ns, racy<=17500 ns 16:01:36.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.731025000, lastModified=2023-06-06 16:01:36.728465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.728465000 to 2023-06-06 16:01:36.730465000 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.731480000, lastModified=2023-06-06 16:01:36.730465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.731480000, lastModified=2023-06-06 16:01:36.730465000, delta=1015000 ns, racy<=17500 ns 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.731939000, lastModified=2023-06-06 16:01:36.730465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.730465000 to 2023-06-06 16:01:36.731465000 16:01:36.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.732425000, lastModified=2023-06-06 16:01:36.731465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.732425000, lastModified=2023-06-06 16:01:36.731465000, delta=960000 ns, racy<=17500 ns 16:01:36.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.732873000, lastModified=2023-06-06 16:01:36.731465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.731465000 to 2023-06-06 16:01:36.732465000 16:01:36.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.733320000, lastModified=2023-06-06 16:01:36.732465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.733320000, lastModified=2023-06-06 16:01:36.732465000, delta=855000 ns, racy<=17500 ns 16:01:36.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.733776000, lastModified=2023-06-06 16:01:36.732465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.732465000 to 2023-06-06 16:01:36.733465000 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.734232000, lastModified=2023-06-06 16:01:36.733465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.734232000, lastModified=2023-06-06 16:01:36.733465000, delta=767000 ns, racy<=17500 ns 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.734680000, lastModified=2023-06-06 16:01:36.733465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.734680000, lastModified=2023-06-06 16:01:36.733465000, delta=1215000 ns, racy<=17500 ns 16:01:36.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.735155000, lastModified=2023-06-06 16:01:36.734465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.735155000, lastModified=2023-06-06 16:01:36.734465000, delta=690000 ns, racy<=17500 ns 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.735623000, lastModified=2023-06-06 16:01:36.734465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.735623000, lastModified=2023-06-06 16:01:36.734465000, delta=1158000 ns, racy<=17500 ns 16:01:36.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.737933000, lastModified=2023-06-06 16:01:36.735465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.735465000 to 2023-06-06 16:01:36.737465000 16:01:36.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.738492000, lastModified=2023-06-06 16:01:36.737465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.738492000, lastModified=2023-06-06 16:01:36.737465000, delta=1027000 ns, racy<=17500 ns 16:01:36.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.739060000, lastModified=2023-06-06 16:01:36.738465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.739060000, lastModified=2023-06-06 16:01:36.738465000, delta=595000 ns, racy<=17500 ns 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.739554000, lastModified=2023-06-06 16:01:36.738465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.739554000, lastModified=2023-06-06 16:01:36.738465000, delta=1089000 ns, racy<=17500 ns 16:01:36.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.740053000, lastModified=2023-06-06 16:01:36.739465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.740053000, lastModified=2023-06-06 16:01:36.739465000, delta=588000 ns, racy<=17500 ns 16:01:36.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.740667000, lastModified=2023-06-06 16:01:36.739465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.740667000, lastModified=2023-06-06 16:01:36.739465000, delta=1202000 ns, racy<=17500 ns 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.741176000, lastModified=2023-06-06 16:01:36.740465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.741176000, lastModified=2023-06-06 16:01:36.740465000, delta=711000 ns, racy<=17500 ns 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.741639000, lastModified=2023-06-06 16:01:36.740465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.741639000, lastModified=2023-06-06 16:01:36.740465000, delta=1174000 ns, racy<=17500 ns 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.742217000, lastModified=2023-06-06 16:01:36.741465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.742217000, lastModified=2023-06-06 16:01:36.741465000, delta=752000 ns, racy<=17500 ns 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.742725000, lastModified=2023-06-06 16:01:36.741465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.742725000, lastModified=2023-06-06 16:01:36.741465000, delta=1260000 ns, racy<=17500 ns 16:01:36.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.743219000, lastModified=2023-06-06 16:01:36.742465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.743219000, lastModified=2023-06-06 16:01:36.742465000, delta=754000 ns, racy<=17500 ns 16:01:36.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.745645000, lastModified=2023-06-06 16:01:36.742465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.742465000 to 2023-06-06 16:01:36.744465000 16:01:36.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.746234000, lastModified=2023-06-06 16:01:36.745465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.746234000, lastModified=2023-06-06 16:01:36.745465000, delta=769000 ns, racy<=17500 ns 16:01:36.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.746738000, lastModified=2023-06-06 16:01:36.745465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.746738000, lastModified=2023-06-06 16:01:36.745465000, delta=1273000 ns, racy<=17500 ns 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.747231000, lastModified=2023-06-06 16:01:36.746465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.747231000, lastModified=2023-06-06 16:01:36.746465000, delta=766000 ns, racy<=17500 ns 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.747771000, lastModified=2023-06-06 16:01:36.746465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.746465000 to 2023-06-06 16:01:36.747465000 16:01:36.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.748306000, lastModified=2023-06-06 16:01:36.747465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.748306000, lastModified=2023-06-06 16:01:36.747465000, delta=841000 ns, racy<=17500 ns 16:01:36.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.748820000, lastModified=2023-06-06 16:01:36.747465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.747465000 to 2023-06-06 16:01:36.748465000 16:01:36.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.749369000, lastModified=2023-06-06 16:01:36.748465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.749369000, lastModified=2023-06-06 16:01:36.748465000, delta=904000 ns, racy<=17500 ns 16:01:36.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.749856000, lastModified=2023-06-06 16:01:36.748465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.748465000 to 2023-06-06 16:01:36.749465000 16:01:36.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.750313000, lastModified=2023-06-06 16:01:36.749465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.750313000, lastModified=2023-06-06 16:01:36.749465000, delta=848000 ns, racy<=17500 ns 16:01:36.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.750781000, lastModified=2023-06-06 16:01:36.749465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.749465000 to 2023-06-06 16:01:36.750465000 16:01:36.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.753034000, lastModified=2023-06-06 16:01:36.750465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.750465000 to 2023-06-06 16:01:36.752465000 16:01:36.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.753557000, lastModified=2023-06-06 16:01:36.752465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.753557000, lastModified=2023-06-06 16:01:36.752465000, delta=1092000 ns, racy<=17500 ns 16:01:36.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.754133000, lastModified=2023-06-06 16:01:36.753465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.754133000, lastModified=2023-06-06 16:01:36.753465000, delta=668000 ns, racy<=17500 ns 16:01:36.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.754680000, lastModified=2023-06-06 16:01:36.753465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.753465000 to 2023-06-06 16:01:36.754465000 16:01:36.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.755243000, lastModified=2023-06-06 16:01:36.754465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.755243000, lastModified=2023-06-06 16:01:36.754465000, delta=778000 ns, racy<=17500 ns 16:01:36.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.755797000, lastModified=2023-06-06 16:01:36.754465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.754465000 to 2023-06-06 16:01:36.755465000 16:01:36.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.756332000, lastModified=2023-06-06 16:01:36.755465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.756332000, lastModified=2023-06-06 16:01:36.755465000, delta=867000 ns, racy<=17500 ns 16:01:36.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.756796000, lastModified=2023-06-06 16:01:36.755465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.755465000 to 2023-06-06 16:01:36.756465000 16:01:36.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.757269000, lastModified=2023-06-06 16:01:36.756465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.757269000, lastModified=2023-06-06 16:01:36.756465000, delta=804000 ns, racy<=17500 ns 16:01:36.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.757797000, lastModified=2023-06-06 16:01:36.756465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.756465000 to 2023-06-06 16:01:36.757465000 16:01:36.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.758399000, lastModified=2023-06-06 16:01:36.757465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.758399000, lastModified=2023-06-06 16:01:36.757465000, delta=934000 ns, racy<=17500 ns 16:01:36.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.760640000, lastModified=2023-06-06 16:01:36.757465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.757465000 to 2023-06-06 16:01:36.759465000 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.761110000, lastModified=2023-06-06 16:01:36.760465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.761110000, lastModified=2023-06-06 16:01:36.760465000, delta=645000 ns, racy<=17500 ns 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.761576000, lastModified=2023-06-06 16:01:36.760465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.761576000, lastModified=2023-06-06 16:01:36.760465000, delta=1111000 ns, racy<=17500 ns 16:01:36.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.762054000, lastModified=2023-06-06 16:01:36.761465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.762054000, lastModified=2023-06-06 16:01:36.761465000, delta=589000 ns, racy<=17500 ns 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.762541000, lastModified=2023-06-06 16:01:36.761465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.762541000, lastModified=2023-06-06 16:01:36.761465000, delta=1076000 ns, racy<=17500 ns 16:01:36.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.763036000, lastModified=2023-06-06 16:01:36.762465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.763036000, lastModified=2023-06-06 16:01:36.762465000, delta=571000 ns, racy<=17500 ns 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.763506000, lastModified=2023-06-06 16:01:36.762465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.763506000, lastModified=2023-06-06 16:01:36.762465000, delta=1041000 ns, racy<=17500 ns 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.763965000, lastModified=2023-06-06 16:01:36.762465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.762465000 to 2023-06-06 16:01:36.763465000 16:01:36.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.764397000, lastModified=2023-06-06 16:01:36.763465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.764397000, lastModified=2023-06-06 16:01:36.763465000, delta=932000 ns, racy<=17500 ns 16:01:36.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.764858000, lastModified=2023-06-06 16:01:36.763465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.763465000 to 2023-06-06 16:01:36.764465000 16:01:36.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.765332000, lastModified=2023-06-06 16:01:36.764465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.765332000, lastModified=2023-06-06 16:01:36.764465000, delta=867000 ns, racy<=17500 ns 16:01:36.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.767733000, lastModified=2023-06-06 16:01:36.764465000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.764465000 to 2023-06-06 16:01:36.808464000 16:01:36.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.810201000, lastModified=2023-06-06 16:01:36.809464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.810201000, lastModified=2023-06-06 16:01:36.809464000, delta=737000 ns, racy<=17500 ns 16:01:36.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.810756000, lastModified=2023-06-06 16:01:36.809464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.810756000, lastModified=2023-06-06 16:01:36.809464000, delta=1292000 ns, racy<=17500 ns 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.811247000, lastModified=2023-06-06 16:01:36.810464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.811247000, lastModified=2023-06-06 16:01:36.810464000, delta=783000 ns, racy<=17500 ns 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.811711000, lastModified=2023-06-06 16:01:36.810464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.811711000, lastModified=2023-06-06 16:01:36.810464000, delta=1247000 ns, racy<=17500 ns 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.812191000, lastModified=2023-06-06 16:01:36.811464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.812191000, lastModified=2023-06-06 16:01:36.811464000, delta=727000 ns, racy<=17500 ns 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.812641000, lastModified=2023-06-06 16:01:36.811464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.812641000, lastModified=2023-06-06 16:01:36.811464000, delta=1177000 ns, racy<=17500 ns 16:01:36.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.813130000, lastModified=2023-06-06 16:01:36.812464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.813130000, lastModified=2023-06-06 16:01:36.812464000, delta=666000 ns, racy<=17500 ns 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.813581000, lastModified=2023-06-06 16:01:36.812464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.813581000, lastModified=2023-06-06 16:01:36.812464000, delta=1117000 ns, racy<=17500 ns 16:01:36.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.814040000, lastModified=2023-06-06 16:01:36.813464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.814040000, lastModified=2023-06-06 16:01:36.813464000, delta=576000 ns, racy<=17500 ns 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.814524000, lastModified=2023-06-06 16:01:36.813464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.814524000, lastModified=2023-06-06 16:01:36.813464000, delta=1060000 ns, racy<=17500 ns 16:01:36.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.816924000, lastModified=2023-06-06 16:01:36.813464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.813464000 to 2023-06-06 16:01:36.816464000 16:01:36.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.817457000, lastModified=2023-06-06 16:01:36.816464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.817457000, lastModified=2023-06-06 16:01:36.816464000, delta=993000 ns, racy<=17500 ns 16:01:36.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.817938000, lastModified=2023-06-06 16:01:36.816464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.816464000 to 2023-06-06 16:01:36.817464000 16:01:36.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.818392000, lastModified=2023-06-06 16:01:36.817464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.818392000, lastModified=2023-06-06 16:01:36.817464000, delta=928000 ns, racy<=17500 ns 16:01:36.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.818849000, lastModified=2023-06-06 16:01:36.817464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.817464000 to 2023-06-06 16:01:36.818464000 16:01:36.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.819295000, lastModified=2023-06-06 16:01:36.818464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.819295000, lastModified=2023-06-06 16:01:36.818464000, delta=831000 ns, racy<=17500 ns 16:01:36.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.819744000, lastModified=2023-06-06 16:01:36.818464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.819744000, lastModified=2023-06-06 16:01:36.818464000, delta=1280000 ns, racy<=17500 ns 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.820223000, lastModified=2023-06-06 16:01:36.819464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.820223000, lastModified=2023-06-06 16:01:36.819464000, delta=759000 ns, racy<=17500 ns 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.820678000, lastModified=2023-06-06 16:01:36.819464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.820678000, lastModified=2023-06-06 16:01:36.819464000, delta=1214000 ns, racy<=17500 ns 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.821195000, lastModified=2023-06-06 16:01:36.820464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.821195000, lastModified=2023-06-06 16:01:36.820464000, delta=731000 ns, racy<=17500 ns 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.821654000, lastModified=2023-06-06 16:01:36.820464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.821654000, lastModified=2023-06-06 16:01:36.820464000, delta=1190000 ns, racy<=17500 ns 16:01:36.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.823936000, lastModified=2023-06-06 16:01:36.821464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.821464000 to 2023-06-06 16:01:36.823464000 16:01:36.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.824470000, lastModified=2023-06-06 16:01:36.823464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.824470000, lastModified=2023-06-06 16:01:36.823464000, delta=1006000 ns, racy<=17500 ns 16:01:36.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.824949000, lastModified=2023-06-06 16:01:36.823464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.823464000 to 2023-06-06 16:01:36.824464000 16:01:36.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.825522000, lastModified=2023-06-06 16:01:36.824464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.825522000, lastModified=2023-06-06 16:01:36.824464000, delta=1058000 ns, racy<=17500 ns 16:01:36.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.825983000, lastModified=2023-06-06 16:01:36.824464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.824464000 to 2023-06-06 16:01:36.825464000 16:01:36.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.826515000, lastModified=2023-06-06 16:01:36.825464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.826515000, lastModified=2023-06-06 16:01:36.825464000, delta=1051000 ns, racy<=17500 ns 16:01:36.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.827009000, lastModified=2023-06-06 16:01:36.825464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.825464000 to 2023-06-06 16:01:36.826464000 16:01:36.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.827447000, lastModified=2023-06-06 16:01:36.826464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.827447000, lastModified=2023-06-06 16:01:36.826464000, delta=983000 ns, racy<=17500 ns 16:01:36.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.827971000, lastModified=2023-06-06 16:01:36.826464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.826464000 to 2023-06-06 16:01:36.827464000 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.828507000, lastModified=2023-06-06 16:01:36.827464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.828507000, lastModified=2023-06-06 16:01:36.827464000, delta=1043000 ns, racy<=17500 ns 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.828958000, lastModified=2023-06-06 16:01:36.827464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.827464000 to 2023-06-06 16:01:36.828464000 16:01:36.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.831266000, lastModified=2023-06-06 16:01:36.828464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.828464000 to 2023-06-06 16:01:36.830464000 16:01:36.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.831905000, lastModified=2023-06-06 16:01:36.830464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.830464000 to 2023-06-06 16:01:36.831464000 16:01:36.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.832402000, lastModified=2023-06-06 16:01:36.831464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.832402000, lastModified=2023-06-06 16:01:36.831464000, delta=938000 ns, racy<=17500 ns 16:01:36.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.832865000, lastModified=2023-06-06 16:01:36.831464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.831464000 to 2023-06-06 16:01:36.832464000 16:01:36.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.833352000, lastModified=2023-06-06 16:01:36.832464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.833352000, lastModified=2023-06-06 16:01:36.832464000, delta=888000 ns, racy<=17500 ns 16:01:36.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.833801000, lastModified=2023-06-06 16:01:36.832464000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.832464000 to 2023-06-06 16:01:36.833463000 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.834241000, lastModified=2023-06-06 16:01:36.833463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.834241000, lastModified=2023-06-06 16:01:36.833463000, delta=778000 ns, racy<=17500 ns 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.834699000, lastModified=2023-06-06 16:01:36.833463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.834699000, lastModified=2023-06-06 16:01:36.833463000, delta=1236000 ns, racy<=17500 ns 16:01:36.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.835156000, lastModified=2023-06-06 16:01:36.834463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.835156000, lastModified=2023-06-06 16:01:36.834463000, delta=693000 ns, racy<=17500 ns 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.835625000, lastModified=2023-06-06 16:01:36.834463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.835625000, lastModified=2023-06-06 16:01:36.834463000, delta=1162000 ns, racy<=17500 ns 16:01:36.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.836084000, lastModified=2023-06-06 16:01:36.835463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.836084000, lastModified=2023-06-06 16:01:36.835463000, delta=621000 ns, racy<=17500 ns 16:01:36.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.838684000, lastModified=2023-06-06 16:01:36.835463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.835463000 to 2023-06-06 16:01:36.837463000 16:01:36.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.839260000, lastModified=2023-06-06 16:01:36.838463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.839260000, lastModified=2023-06-06 16:01:36.838463000, delta=797000 ns, racy<=17500 ns 16:01:36.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.839768000, lastModified=2023-06-06 16:01:36.838463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.839768000, lastModified=2023-06-06 16:01:36.838463000, delta=1305000 ns, racy<=17500 ns 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.840251000, lastModified=2023-06-06 16:01:36.839463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.840251000, lastModified=2023-06-06 16:01:36.839463000, delta=788000 ns, racy<=17500 ns 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.840706000, lastModified=2023-06-06 16:01:36.839463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.840706000, lastModified=2023-06-06 16:01:36.839463000, delta=1243000 ns, racy<=17500 ns 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.841206000, lastModified=2023-06-06 16:01:36.840463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.841206000, lastModified=2023-06-06 16:01:36.840463000, delta=743000 ns, racy<=17500 ns 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.841672000, lastModified=2023-06-06 16:01:36.840463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.841672000, lastModified=2023-06-06 16:01:36.840463000, delta=1209000 ns, racy<=17500 ns 16:01:36.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.842138000, lastModified=2023-06-06 16:01:36.841463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.842138000, lastModified=2023-06-06 16:01:36.841463000, delta=675000 ns, racy<=17500 ns 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.842648000, lastModified=2023-06-06 16:01:36.841463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.842648000, lastModified=2023-06-06 16:01:36.841463000, delta=1185000 ns, racy<=17500 ns 16:01:36.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.843145000, lastModified=2023-06-06 16:01:36.842463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.843145000, lastModified=2023-06-06 16:01:36.842463000, delta=682000 ns, racy<=17500 ns 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.843611000, lastModified=2023-06-06 16:01:36.842463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.843611000, lastModified=2023-06-06 16:01:36.842463000, delta=1148000 ns, racy<=17500 ns 16:01:36.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.845907000, lastModified=2023-06-06 16:01:36.843463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.843463000 to 2023-06-06 16:01:36.845463000 16:01:36.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.846434000, lastModified=2023-06-06 16:01:36.845463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.846434000, lastModified=2023-06-06 16:01:36.845463000, delta=971000 ns, racy<=17500 ns 16:01:36.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.846900000, lastModified=2023-06-06 16:01:36.845463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.845463000 to 2023-06-06 16:01:36.846463000 16:01:36.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.847358000, lastModified=2023-06-06 16:01:36.846463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.847358000, lastModified=2023-06-06 16:01:36.846463000, delta=895000 ns, racy<=17500 ns 16:01:36.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.847832000, lastModified=2023-06-06 16:01:36.846463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.846463000 to 2023-06-06 16:01:36.847463000 16:01:36.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.848317000, lastModified=2023-06-06 16:01:36.847463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.848317000, lastModified=2023-06-06 16:01:36.847463000, delta=854000 ns, racy<=17500 ns 16:01:36.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.848805000, lastModified=2023-06-06 16:01:36.847463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.847463000 to 2023-06-06 16:01:36.848463000 16:01:36.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.849276000, lastModified=2023-06-06 16:01:36.848463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.849276000, lastModified=2023-06-06 16:01:36.848463000, delta=813000 ns, racy<=17500 ns 16:01:36.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.849725000, lastModified=2023-06-06 16:01:36.848463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.849725000, lastModified=2023-06-06 16:01:36.848463000, delta=1262000 ns, racy<=17500 ns 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.850226000, lastModified=2023-06-06 16:01:36.849463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.850226000, lastModified=2023-06-06 16:01:36.849463000, delta=763000 ns, racy<=17500 ns 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.850682000, lastModified=2023-06-06 16:01:36.849463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.850682000, lastModified=2023-06-06 16:01:36.849463000, delta=1219000 ns, racy<=17500 ns 16:01:36.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.853034000, lastModified=2023-06-06 16:01:36.850463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.850463000 to 2023-06-06 16:01:36.852463000 16:01:36.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.853535000, lastModified=2023-06-06 16:01:36.852463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.853535000, lastModified=2023-06-06 16:01:36.852463000, delta=1072000 ns, racy<=17500 ns 16:01:36.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.854029000, lastModified=2023-06-06 16:01:36.853463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.854029000, lastModified=2023-06-06 16:01:36.853463000, delta=566000 ns, racy<=17500 ns 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.854651000, lastModified=2023-06-06 16:01:36.853463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.854651000, lastModified=2023-06-06 16:01:36.853463000, delta=1188000 ns, racy<=17500 ns 16:01:36.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.855139000, lastModified=2023-06-06 16:01:36.854463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.855139000, lastModified=2023-06-06 16:01:36.854463000, delta=676000 ns, racy<=17500 ns 16:01:36.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.855658000, lastModified=2023-06-06 16:01:36.854463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.855658000, lastModified=2023-06-06 16:01:36.854463000, delta=1195000 ns, racy<=17500 ns 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.856291000, lastModified=2023-06-06 16:01:36.855463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.856291000, lastModified=2023-06-06 16:01:36.855463000, delta=828000 ns, racy<=17500 ns 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.856787000, lastModified=2023-06-06 16:01:36.855463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.856787000, lastModified=2023-06-06 16:01:36.855463000, delta=1324000 ns, racy<=17500 ns 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.857250000, lastModified=2023-06-06 16:01:36.856463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.857250000, lastModified=2023-06-06 16:01:36.856463000, delta=787000 ns, racy<=17500 ns 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.857750000, lastModified=2023-06-06 16:01:36.856463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.857750000, lastModified=2023-06-06 16:01:36.856463000, delta=1287000 ns, racy<=17500 ns 16:01:36.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.858311000, lastModified=2023-06-06 16:01:36.857463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.858311000, lastModified=2023-06-06 16:01:36.857463000, delta=848000 ns, racy<=17500 ns 16:01:36.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.860747000, lastModified=2023-06-06 16:01:36.857463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.857463000 to 2023-06-06 16:01:36.860463000 16:01:36.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.861311000, lastModified=2023-06-06 16:01:36.860463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.861311000, lastModified=2023-06-06 16:01:36.860463000, delta=848000 ns, racy<=17500 ns 16:01:36.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.861759000, lastModified=2023-06-06 16:01:36.860463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.861759000, lastModified=2023-06-06 16:01:36.860463000, delta=1296000 ns, racy<=17500 ns 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.862233000, lastModified=2023-06-06 16:01:36.861463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.862233000, lastModified=2023-06-06 16:01:36.861463000, delta=770000 ns, racy<=17500 ns 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.862674000, lastModified=2023-06-06 16:01:36.861463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.862674000, lastModified=2023-06-06 16:01:36.861463000, delta=1211000 ns, racy<=17500 ns 16:01:36.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.863143000, lastModified=2023-06-06 16:01:36.862463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.863143000, lastModified=2023-06-06 16:01:36.862463000, delta=680000 ns, racy<=17500 ns 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.863601000, lastModified=2023-06-06 16:01:36.862463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.863601000, lastModified=2023-06-06 16:01:36.862463000, delta=1138000 ns, racy<=17500 ns 16:01:36.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.864060000, lastModified=2023-06-06 16:01:36.863463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.864060000, lastModified=2023-06-06 16:01:36.863463000, delta=597000 ns, racy<=17500 ns 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.864522000, lastModified=2023-06-06 16:01:36.863463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.864522000, lastModified=2023-06-06 16:01:36.863463000, delta=1059000 ns, racy<=17500 ns 16:01:36.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.864999000, lastModified=2023-06-06 16:01:36.863463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.863463000 to 2023-06-06 16:01:36.864463000 16:01:36.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.865422000, lastModified=2023-06-06 16:01:36.864463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.865422000, lastModified=2023-06-06 16:01:36.864463000, delta=959000 ns, racy<=17500 ns 16:01:36.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.867836000, lastModified=2023-06-06 16:01:36.864463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.864463000 to 2023-06-06 16:01:36.867463000 16:01:36.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.868386000, lastModified=2023-06-06 16:01:36.867463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.868386000, lastModified=2023-06-06 16:01:36.867463000, delta=923000 ns, racy<=17500 ns 16:01:36.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.868820000, lastModified=2023-06-06 16:01:36.867463000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.867463000 to 2023-06-06 16:01:36.908462000 16:01:36.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.910140000, lastModified=2023-06-06 16:01:36.909462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.910140000, lastModified=2023-06-06 16:01:36.909462000, delta=678000 ns, racy<=17500 ns 16:01:36.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.910763000, lastModified=2023-06-06 16:01:36.909462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.909462000 to 2023-06-06 16:01:36.910462000 16:01:36.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.911296000, lastModified=2023-06-06 16:01:36.910462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.911296000, lastModified=2023-06-06 16:01:36.910462000, delta=834000 ns, racy<=17500 ns 16:01:36.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.911756000, lastModified=2023-06-06 16:01:36.910462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.911756000, lastModified=2023-06-06 16:01:36.910462000, delta=1294000 ns, racy<=17500 ns 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.912331000, lastModified=2023-06-06 16:01:36.911462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.912331000, lastModified=2023-06-06 16:01:36.911462000, delta=869000 ns, racy<=17500 ns 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.912836000, lastModified=2023-06-06 16:01:36.911462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.911462000 to 2023-06-06 16:01:36.912462000 16:01:36.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.913283000, lastModified=2023-06-06 16:01:36.912462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.913283000, lastModified=2023-06-06 16:01:36.912462000, delta=821000 ns, racy<=17500 ns 16:01:36.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.913762000, lastModified=2023-06-06 16:01:36.912462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.913762000, lastModified=2023-06-06 16:01:36.912462000, delta=1300000 ns, racy<=17500 ns 16:01:36.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.916116000, lastModified=2023-06-06 16:01:36.913462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.913462000 to 2023-06-06 16:01:36.915462000 16:01:36.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.916653000, lastModified=2023-06-06 16:01:36.915462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.916653000, lastModified=2023-06-06 16:01:36.915462000, delta=1191000 ns, racy<=17500 ns 16:01:36.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.917136000, lastModified=2023-06-06 16:01:36.916462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.917136000, lastModified=2023-06-06 16:01:36.916462000, delta=674000 ns, racy<=17500 ns 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.917625000, lastModified=2023-06-06 16:01:36.916462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.917625000, lastModified=2023-06-06 16:01:36.916462000, delta=1163000 ns, racy<=17500 ns 16:01:36.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.918111000, lastModified=2023-06-06 16:01:36.917462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.918111000, lastModified=2023-06-06 16:01:36.917462000, delta=649000 ns, racy<=17500 ns 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.918610000, lastModified=2023-06-06 16:01:36.917462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.918610000, lastModified=2023-06-06 16:01:36.917462000, delta=1148000 ns, racy<=17500 ns 16:01:36.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.919079000, lastModified=2023-06-06 16:01:36.918462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.919079000, lastModified=2023-06-06 16:01:36.918462000, delta=617000 ns, racy<=17500 ns 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.919541000, lastModified=2023-06-06 16:01:36.918462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.919541000, lastModified=2023-06-06 16:01:36.918462000, delta=1079000 ns, racy<=17500 ns 16:01:36.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.919987000, lastModified=2023-06-06 16:01:36.918462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.918462000 to 2023-06-06 16:01:36.919462000 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.920408000, lastModified=2023-06-06 16:01:36.919462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.920408000, lastModified=2023-06-06 16:01:36.919462000, delta=946000 ns, racy<=17500 ns 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.920855000, lastModified=2023-06-06 16:01:36.919462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.919462000 to 2023-06-06 16:01:36.920462000 16:01:36.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.923127000, lastModified=2023-06-06 16:01:36.920462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.920462000 to 2023-06-06 16:01:36.922462000 16:01:36.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.923661000, lastModified=2023-06-06 16:01:36.922462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.923661000, lastModified=2023-06-06 16:01:36.922462000, delta=1199000 ns, racy<=17500 ns 16:01:36.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.924152000, lastModified=2023-06-06 16:01:36.923462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.924152000, lastModified=2023-06-06 16:01:36.923462000, delta=690000 ns, racy<=17500 ns 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.924619000, lastModified=2023-06-06 16:01:36.923462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.924619000, lastModified=2023-06-06 16:01:36.923462000, delta=1157000 ns, racy<=17500 ns 16:01:36.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.925080000, lastModified=2023-06-06 16:01:36.924462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.925080000, lastModified=2023-06-06 16:01:36.924462000, delta=618000 ns, racy<=17500 ns 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.925568000, lastModified=2023-06-06 16:01:36.924462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.925568000, lastModified=2023-06-06 16:01:36.924462000, delta=1106000 ns, racy<=17500 ns 16:01:36.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.926067000, lastModified=2023-06-06 16:01:36.925462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.926067000, lastModified=2023-06-06 16:01:36.925462000, delta=605000 ns, racy<=17500 ns 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.926535000, lastModified=2023-06-06 16:01:36.925462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.926535000, lastModified=2023-06-06 16:01:36.925462000, delta=1073000 ns, racy<=17500 ns 16:01:36.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.926985000, lastModified=2023-06-06 16:01:36.925462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.925462000 to 2023-06-06 16:01:36.926462000 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.927405000, lastModified=2023-06-06 16:01:36.926462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.927405000, lastModified=2023-06-06 16:01:36.926462000, delta=943000 ns, racy<=17500 ns 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.927859000, lastModified=2023-06-06 16:01:36.926462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.926462000 to 2023-06-06 16:01:36.927462000 16:01:36.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.930263000, lastModified=2023-06-06 16:01:36.927462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.927462000 to 2023-06-06 16:01:36.929462000 16:01:36.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.930757000, lastModified=2023-06-06 16:01:36.929462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.930757000, lastModified=2023-06-06 16:01:36.929462000, delta=1295000 ns, racy<=17500 ns 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.931258000, lastModified=2023-06-06 16:01:36.930462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.931258000, lastModified=2023-06-06 16:01:36.930462000, delta=796000 ns, racy<=17500 ns 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.931721000, lastModified=2023-06-06 16:01:36.930462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.931721000, lastModified=2023-06-06 16:01:36.930462000, delta=1259000 ns, racy<=17500 ns 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.932195000, lastModified=2023-06-06 16:01:36.931462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.932195000, lastModified=2023-06-06 16:01:36.931462000, delta=733000 ns, racy<=17500 ns 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.932696000, lastModified=2023-06-06 16:01:36.931462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.932696000, lastModified=2023-06-06 16:01:36.931462000, delta=1234000 ns, racy<=17500 ns 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.933175000, lastModified=2023-06-06 16:01:36.932462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.933175000, lastModified=2023-06-06 16:01:36.932462000, delta=713000 ns, racy<=17500 ns 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.933626000, lastModified=2023-06-06 16:01:36.932462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.933626000, lastModified=2023-06-06 16:01:36.932462000, delta=1164000 ns, racy<=17500 ns 16:01:36.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.934066000, lastModified=2023-06-06 16:01:36.933462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.934066000, lastModified=2023-06-06 16:01:36.933462000, delta=604000 ns, racy<=17500 ns 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.934527000, lastModified=2023-06-06 16:01:36.933462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.934527000, lastModified=2023-06-06 16:01:36.933462000, delta=1065000 ns, racy<=17500 ns 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.934968000, lastModified=2023-06-06 16:01:36.933462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.933462000 to 2023-06-06 16:01:36.934462000 16:01:36.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.937242000, lastModified=2023-06-06 16:01:36.934462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.934462000 to 2023-06-06 16:01:36.936462000 16:01:36.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.937753000, lastModified=2023-06-06 16:01:36.936462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.937753000, lastModified=2023-06-06 16:01:36.936462000, delta=1291000 ns, racy<=17500 ns 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.938246000, lastModified=2023-06-06 16:01:36.937462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.938246000, lastModified=2023-06-06 16:01:36.937462000, delta=784000 ns, racy<=17500 ns 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.938708000, lastModified=2023-06-06 16:01:36.937462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.938708000, lastModified=2023-06-06 16:01:36.937462000, delta=1246000 ns, racy<=17500 ns 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.939207000, lastModified=2023-06-06 16:01:36.938462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.939207000, lastModified=2023-06-06 16:01:36.938462000, delta=745000 ns, racy<=17500 ns 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.939695000, lastModified=2023-06-06 16:01:36.938462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.939695000, lastModified=2023-06-06 16:01:36.938462000, delta=1233000 ns, racy<=17500 ns 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.940176000, lastModified=2023-06-06 16:01:36.939462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.940176000, lastModified=2023-06-06 16:01:36.939462000, delta=714000 ns, racy<=17500 ns 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.940619000, lastModified=2023-06-06 16:01:36.939462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.940619000, lastModified=2023-06-06 16:01:36.939462000, delta=1157000 ns, racy<=17500 ns 16:01:36.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.941064000, lastModified=2023-06-06 16:01:36.940462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.941064000, lastModified=2023-06-06 16:01:36.940462000, delta=602000 ns, racy<=17500 ns 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.941532000, lastModified=2023-06-06 16:01:36.940462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.941532000, lastModified=2023-06-06 16:01:36.940462000, delta=1070000 ns, racy<=17500 ns 16:01:36.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.941980000, lastModified=2023-06-06 16:01:36.940462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.940462000 to 2023-06-06 16:01:36.941462000 16:01:36.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.944176000, lastModified=2023-06-06 16:01:36.941462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.941462000 to 2023-06-06 16:01:36.943462000 16:01:36.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.944686000, lastModified=2023-06-06 16:01:36.943462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.944686000, lastModified=2023-06-06 16:01:36.943462000, delta=1224000 ns, racy<=17500 ns 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.945218000, lastModified=2023-06-06 16:01:36.944462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.945218000, lastModified=2023-06-06 16:01:36.944462000, delta=756000 ns, racy<=17500 ns 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.945685000, lastModified=2023-06-06 16:01:36.944462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.945685000, lastModified=2023-06-06 16:01:36.944462000, delta=1223000 ns, racy<=17500 ns 16:01:36.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.946219000, lastModified=2023-06-06 16:01:36.945462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.946219000, lastModified=2023-06-06 16:01:36.945462000, delta=757000 ns, racy<=17500 ns 16:01:36.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.946682000, lastModified=2023-06-06 16:01:36.945462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.946682000, lastModified=2023-06-06 16:01:36.945462000, delta=1220000 ns, racy<=17500 ns 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.947250000, lastModified=2023-06-06 16:01:36.946462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.947250000, lastModified=2023-06-06 16:01:36.946462000, delta=788000 ns, racy<=17500 ns 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.947695000, lastModified=2023-06-06 16:01:36.946462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.947695000, lastModified=2023-06-06 16:01:36.946462000, delta=1233000 ns, racy<=17500 ns 16:01:36.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.948215000, lastModified=2023-06-06 16:01:36.947462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.948215000, lastModified=2023-06-06 16:01:36.947462000, delta=753000 ns, racy<=17500 ns 16:01:36.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.948742000, lastModified=2023-06-06 16:01:36.947462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.948742000, lastModified=2023-06-06 16:01:36.947462000, delta=1280000 ns, racy<=17500 ns 16:01:36.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.949220000, lastModified=2023-06-06 16:01:36.948462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.949220000, lastModified=2023-06-06 16:01:36.948462000, delta=758000 ns, racy<=17500 ns 16:01:36.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.951447000, lastModified=2023-06-06 16:01:36.948462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.948462000 to 2023-06-06 16:01:36.950462000 16:01:36.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.951881000, lastModified=2023-06-06 16:01:36.950462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.950462000 to 2023-06-06 16:01:36.951462000 16:01:36.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.952356000, lastModified=2023-06-06 16:01:36.951462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.952356000, lastModified=2023-06-06 16:01:36.951462000, delta=894000 ns, racy<=17500 ns 16:01:36.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.952788000, lastModified=2023-06-06 16:01:36.951462000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.952788000, lastModified=2023-06-06 16:01:36.951462000, delta=1326000 ns, racy<=17500 ns 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.953239000, lastModified=2023-06-06 16:01:36.952461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.953239000, lastModified=2023-06-06 16:01:36.952461000, delta=778000 ns, racy<=17500 ns 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.953667000, lastModified=2023-06-06 16:01:36.952461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.953667000, lastModified=2023-06-06 16:01:36.952461000, delta=1206000 ns, racy<=17500 ns 16:01:36.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.954103000, lastModified=2023-06-06 16:01:36.953461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.954103000, lastModified=2023-06-06 16:01:36.953461000, delta=642000 ns, racy<=17500 ns 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.954545000, lastModified=2023-06-06 16:01:36.953461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.954545000, lastModified=2023-06-06 16:01:36.953461000, delta=1084000 ns, racy<=17500 ns 16:01:36.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.954978000, lastModified=2023-06-06 16:01:36.953461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.953461000 to 2023-06-06 16:01:36.954461000 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.955388000, lastModified=2023-06-06 16:01:36.954461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.955388000, lastModified=2023-06-06 16:01:36.954461000, delta=927000 ns, racy<=17500 ns 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.955817000, lastModified=2023-06-06 16:01:36.954461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.954461000 to 2023-06-06 16:01:36.955461000 16:01:36.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.958043000, lastModified=2023-06-06 16:01:36.955461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.955461000 to 2023-06-06 16:01:36.957461000 16:01:36.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.958550000, lastModified=2023-06-06 16:01:36.957461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.958550000, lastModified=2023-06-06 16:01:36.957461000, delta=1089000 ns, racy<=17500 ns 16:01:36.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.959024000, lastModified=2023-06-06 16:01:36.957461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.957461000 to 2023-06-06 16:01:36.958461000 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.959481000, lastModified=2023-06-06 16:01:36.958461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.959481000, lastModified=2023-06-06 16:01:36.958461000, delta=1020000 ns, racy<=17500 ns 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.959912000, lastModified=2023-06-06 16:01:36.958461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.958461000 to 2023-06-06 16:01:36.959461000 16:01:36.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.960340000, lastModified=2023-06-06 16:01:36.959461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.960340000, lastModified=2023-06-06 16:01:36.959461000, delta=879000 ns, racy<=17500 ns 16:01:36.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.960966000, lastModified=2023-06-06 16:01:36.959461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.959461000 to 2023-06-06 16:01:36.960461000 16:01:36.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.961570000, lastModified=2023-06-06 16:01:36.960461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.961570000, lastModified=2023-06-06 16:01:36.960461000, delta=1109000 ns, racy<=17500 ns 16:01:36.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:36.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:36.962055000, lastModified=2023-06-06 16:01:36.961461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:36.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:36.962055000, lastModified=2023-06-06 16:01:36.961461000, delta=594000 ns, racy<=17500 ns 16:01:36.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.009770000, lastModified=2023-06-06 16:01:36.961461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:36.961461000 to 2023-06-06 16:01:37.009461000 16:01:37.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.010687000, lastModified=2023-06-06 16:01:37.009461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.010687000, lastModified=2023-06-06 16:01:37.009461000, delta=1226000 ns, racy<=17500 ns 16:01:37.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.013122000, lastModified=2023-06-06 16:01:37.010461000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.010461000 to 2023-06-06 16:01:37.012460000 16:01:37.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.013638000, lastModified=2023-06-06 16:01:37.012460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.013638000, lastModified=2023-06-06 16:01:37.012460000, delta=1178000 ns, racy<=17500 ns 16:01:37.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.014122000, lastModified=2023-06-06 16:01:37.013460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.014122000, lastModified=2023-06-06 16:01:37.013460000, delta=662000 ns, racy<=17500 ns 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.014630000, lastModified=2023-06-06 16:01:37.013460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.014630000, lastModified=2023-06-06 16:01:37.013460000, delta=1170000 ns, racy<=17500 ns 16:01:37.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.015062000, lastModified=2023-06-06 16:01:37.014460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.015062000, lastModified=2023-06-06 16:01:37.014460000, delta=602000 ns, racy<=17500 ns 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.015523000, lastModified=2023-06-06 16:01:37.014460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.015523000, lastModified=2023-06-06 16:01:37.014460000, delta=1063000 ns, racy<=17500 ns 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.015961000, lastModified=2023-06-06 16:01:37.014460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.014460000 to 2023-06-06 16:01:37.015460000 16:01:37.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.016376000, lastModified=2023-06-06 16:01:37.015460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.016376000, lastModified=2023-06-06 16:01:37.015460000, delta=916000 ns, racy<=17500 ns 16:01:37.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.016819000, lastModified=2023-06-06 16:01:37.015460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.015460000 to 2023-06-06 16:01:37.016460000 16:01:37.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.017266000, lastModified=2023-06-06 16:01:37.016460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.017266000, lastModified=2023-06-06 16:01:37.016460000, delta=806000 ns, racy<=17500 ns 16:01:37.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.017740000, lastModified=2023-06-06 16:01:37.016460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.017740000, lastModified=2023-06-06 16:01:37.016460000, delta=1280000 ns, racy<=17500 ns 16:01:37.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.020040000, lastModified=2023-06-06 16:01:37.017460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.017460000 to 2023-06-06 16:01:37.019460000 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.020512000, lastModified=2023-06-06 16:01:37.019460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.020512000, lastModified=2023-06-06 16:01:37.019460000, delta=1052000 ns, racy<=17500 ns 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.020944000, lastModified=2023-06-06 16:01:37.019460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.019460000 to 2023-06-06 16:01:37.020460000 16:01:37.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.021373000, lastModified=2023-06-06 16:01:37.020460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.021373000, lastModified=2023-06-06 16:01:37.020460000, delta=913000 ns, racy<=17500 ns 16:01:37.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.021800000, lastModified=2023-06-06 16:01:37.020460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.020460000 to 2023-06-06 16:01:37.021460000 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.022243000, lastModified=2023-06-06 16:01:37.021460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.022243000, lastModified=2023-06-06 16:01:37.021460000, delta=783000 ns, racy<=17500 ns 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.022728000, lastModified=2023-06-06 16:01:37.021460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.022728000, lastModified=2023-06-06 16:01:37.021460000, delta=1268000 ns, racy<=17500 ns 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.023188000, lastModified=2023-06-06 16:01:37.022460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.023188000, lastModified=2023-06-06 16:01:37.022460000, delta=728000 ns, racy<=17500 ns 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.023641000, lastModified=2023-06-06 16:01:37.022460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.023641000, lastModified=2023-06-06 16:01:37.022460000, delta=1181000 ns, racy<=17500 ns 16:01:37.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.024105000, lastModified=2023-06-06 16:01:37.023460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.024105000, lastModified=2023-06-06 16:01:37.023460000, delta=645000 ns, racy<=17500 ns 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.024603000, lastModified=2023-06-06 16:01:37.023460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.024603000, lastModified=2023-06-06 16:01:37.023460000, delta=1143000 ns, racy<=17500 ns 16:01:37.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.026993000, lastModified=2023-06-06 16:01:37.024460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.024460000 to 2023-06-06 16:01:37.026460000 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.027482000, lastModified=2023-06-06 16:01:37.026460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.027482000, lastModified=2023-06-06 16:01:37.026460000, delta=1022000 ns, racy<=17500 ns 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.027935000, lastModified=2023-06-06 16:01:37.026460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.026460000 to 2023-06-06 16:01:37.027460000 16:01:37.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.028440000, lastModified=2023-06-06 16:01:37.027460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.028440000, lastModified=2023-06-06 16:01:37.027460000, delta=980000 ns, racy<=17500 ns 16:01:37.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.028891000, lastModified=2023-06-06 16:01:37.027460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.027460000 to 2023-06-06 16:01:37.028460000 16:01:37.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.029322000, lastModified=2023-06-06 16:01:37.028460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.029322000, lastModified=2023-06-06 16:01:37.028460000, delta=862000 ns, racy<=17500 ns 16:01:37.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.029771000, lastModified=2023-06-06 16:01:37.028460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.028460000 to 2023-06-06 16:01:37.029460000 16:01:37.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.030415000, lastModified=2023-06-06 16:01:37.029460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.030415000, lastModified=2023-06-06 16:01:37.029460000, delta=955000 ns, racy<=17500 ns 16:01:37.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.030869000, lastModified=2023-06-06 16:01:37.029460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.029460000 to 2023-06-06 16:01:37.030460000 16:01:37.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.031319000, lastModified=2023-06-06 16:01:37.030460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.031319000, lastModified=2023-06-06 16:01:37.030460000, delta=859000 ns, racy<=17500 ns 16:01:37.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.031759000, lastModified=2023-06-06 16:01:37.030460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.031759000, lastModified=2023-06-06 16:01:37.030460000, delta=1299000 ns, racy<=17500 ns 16:01:37.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.034094000, lastModified=2023-06-06 16:01:37.031460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.031460000 to 2023-06-06 16:01:37.033460000 16:01:37.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.034593000, lastModified=2023-06-06 16:01:37.033460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.034593000, lastModified=2023-06-06 16:01:37.033460000, delta=1133000 ns, racy<=17500 ns 16:01:37.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.035048000, lastModified=2023-06-06 16:01:37.034460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.035048000, lastModified=2023-06-06 16:01:37.034460000, delta=588000 ns, racy<=17500 ns 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.035507000, lastModified=2023-06-06 16:01:37.034460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.035507000, lastModified=2023-06-06 16:01:37.034460000, delta=1047000 ns, racy<=17500 ns 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.035926000, lastModified=2023-06-06 16:01:37.034460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.034460000 to 2023-06-06 16:01:37.035460000 16:01:37.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.036363000, lastModified=2023-06-06 16:01:37.035460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.036363000, lastModified=2023-06-06 16:01:37.035460000, delta=903000 ns, racy<=17500 ns 16:01:37.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.036780000, lastModified=2023-06-06 16:01:37.035460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.036780000, lastModified=2023-06-06 16:01:37.035460000, delta=1320000 ns, racy<=17500 ns 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.037278000, lastModified=2023-06-06 16:01:37.036460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.037278000, lastModified=2023-06-06 16:01:37.036460000, delta=818000 ns, racy<=17500 ns 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.037721000, lastModified=2023-06-06 16:01:37.036460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.037721000, lastModified=2023-06-06 16:01:37.036460000, delta=1261000 ns, racy<=17500 ns 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.038185000, lastModified=2023-06-06 16:01:37.037460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.038185000, lastModified=2023-06-06 16:01:37.037460000, delta=725000 ns, racy<=17500 ns 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.038604000, lastModified=2023-06-06 16:01:37.037460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.038604000, lastModified=2023-06-06 16:01:37.037460000, delta=1144000 ns, racy<=17500 ns 16:01:37.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.040907000, lastModified=2023-06-06 16:01:37.038460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.038460000 to 2023-06-06 16:01:37.040460000 16:01:37.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.041445000, lastModified=2023-06-06 16:01:37.040460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.041445000, lastModified=2023-06-06 16:01:37.040460000, delta=985000 ns, racy<=17500 ns 16:01:37.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.041883000, lastModified=2023-06-06 16:01:37.040460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.040460000 to 2023-06-06 16:01:37.041460000 16:01:37.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.042321000, lastModified=2023-06-06 16:01:37.041460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.042321000, lastModified=2023-06-06 16:01:37.041460000, delta=861000 ns, racy<=17500 ns 16:01:37.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.042751000, lastModified=2023-06-06 16:01:37.041460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.042751000, lastModified=2023-06-06 16:01:37.041460000, delta=1291000 ns, racy<=17500 ns 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.043202000, lastModified=2023-06-06 16:01:37.042460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.043202000, lastModified=2023-06-06 16:01:37.042460000, delta=742000 ns, racy<=17500 ns 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.043659000, lastModified=2023-06-06 16:01:37.042460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.043659000, lastModified=2023-06-06 16:01:37.042460000, delta=1199000 ns, racy<=17500 ns 16:01:37.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.044097000, lastModified=2023-06-06 16:01:37.043460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.044097000, lastModified=2023-06-06 16:01:37.043460000, delta=637000 ns, racy<=17500 ns 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.044566000, lastModified=2023-06-06 16:01:37.043460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.044566000, lastModified=2023-06-06 16:01:37.043460000, delta=1106000 ns, racy<=17500 ns 16:01:37.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.044992000, lastModified=2023-06-06 16:01:37.043460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.043460000 to 2023-06-06 16:01:37.044460000 16:01:37.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.045405000, lastModified=2023-06-06 16:01:37.044460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.045405000, lastModified=2023-06-06 16:01:37.044460000, delta=945000 ns, racy<=17500 ns 16:01:37.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.047796000, lastModified=2023-06-06 16:01:37.044460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.044460000 to 2023-06-06 16:01:37.047460000 16:01:37.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.048402000, lastModified=2023-06-06 16:01:37.047460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.048402000, lastModified=2023-06-06 16:01:37.047460000, delta=942000 ns, racy<=17500 ns 16:01:37.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.048850000, lastModified=2023-06-06 16:01:37.047460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.047460000 to 2023-06-06 16:01:37.048460000 16:01:37.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.049285000, lastModified=2023-06-06 16:01:37.048460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.049285000, lastModified=2023-06-06 16:01:37.048460000, delta=825000 ns, racy<=17500 ns 16:01:37.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.109720000, lastModified=2023-06-06 16:01:37.048460000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.048460000 to 2023-06-06 16:01:37.109459000 16:01:37.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.110319000, lastModified=2023-06-06 16:01:37.109459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.110319000, lastModified=2023-06-06 16:01:37.109459000, delta=860000 ns, racy<=17500 ns 16:01:37.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.110778000, lastModified=2023-06-06 16:01:37.109459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.109459000 to 2023-06-06 16:01:37.110459000 16:01:37.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.111301000, lastModified=2023-06-06 16:01:37.110459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.111301000, lastModified=2023-06-06 16:01:37.110459000, delta=842000 ns, racy<=17500 ns 16:01:37.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.111745000, lastModified=2023-06-06 16:01:37.110459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.111745000, lastModified=2023-06-06 16:01:37.110459000, delta=1286000 ns, racy<=17500 ns 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.112204000, lastModified=2023-06-06 16:01:37.111459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.112204000, lastModified=2023-06-06 16:01:37.111459000, delta=745000 ns, racy<=17500 ns 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.112635000, lastModified=2023-06-06 16:01:37.111459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.112635000, lastModified=2023-06-06 16:01:37.111459000, delta=1176000 ns, racy<=17500 ns 16:01:37.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.115034000, lastModified=2023-06-06 16:01:37.112459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.112459000 to 2023-06-06 16:01:37.114459000 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.115506000, lastModified=2023-06-06 16:01:37.114459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.115506000, lastModified=2023-06-06 16:01:37.114459000, delta=1047000 ns, racy<=17500 ns 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.115936000, lastModified=2023-06-06 16:01:37.114459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.114459000 to 2023-06-06 16:01:37.115459000 16:01:37.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.116505000, lastModified=2023-06-06 16:01:37.115459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.116505000, lastModified=2023-06-06 16:01:37.115459000, delta=1046000 ns, racy<=17500 ns 16:01:37.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.117032000, lastModified=2023-06-06 16:01:37.116459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.117032000, lastModified=2023-06-06 16:01:37.116459000, delta=573000 ns, racy<=17500 ns 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.117544000, lastModified=2023-06-06 16:01:37.116459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.117544000, lastModified=2023-06-06 16:01:37.116459000, delta=1085000 ns, racy<=17500 ns 16:01:37.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.117989000, lastModified=2023-06-06 16:01:37.116459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.116459000 to 2023-06-06 16:01:37.117459000 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.118427000, lastModified=2023-06-06 16:01:37.117459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.118427000, lastModified=2023-06-06 16:01:37.117459000, delta=968000 ns, racy<=17500 ns 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.118870000, lastModified=2023-06-06 16:01:37.117459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.117459000 to 2023-06-06 16:01:37.118459000 16:01:37.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.119335000, lastModified=2023-06-06 16:01:37.118459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.119335000, lastModified=2023-06-06 16:01:37.118459000, delta=876000 ns, racy<=17500 ns 16:01:37.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.119811000, lastModified=2023-06-06 16:01:37.118459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.118459000 to 2023-06-06 16:01:37.119459000 16:01:37.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.122053000, lastModified=2023-06-06 16:01:37.119459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.119459000 to 2023-06-06 16:01:37.121459000 16:01:37.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.122578000, lastModified=2023-06-06 16:01:37.121459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.122578000, lastModified=2023-06-06 16:01:37.121459000, delta=1119000 ns, racy<=17500 ns 16:01:37.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.123052000, lastModified=2023-06-06 16:01:37.122459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.123052000, lastModified=2023-06-06 16:01:37.122459000, delta=593000 ns, racy<=17500 ns 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.123510000, lastModified=2023-06-06 16:01:37.122459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.123510000, lastModified=2023-06-06 16:01:37.122459000, delta=1051000 ns, racy<=17500 ns 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.123965000, lastModified=2023-06-06 16:01:37.122459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.122459000 to 2023-06-06 16:01:37.123459000 16:01:37.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.124377000, lastModified=2023-06-06 16:01:37.123459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.124377000, lastModified=2023-06-06 16:01:37.123459000, delta=918000 ns, racy<=17500 ns 16:01:37.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.124817000, lastModified=2023-06-06 16:01:37.123459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.123459000 to 2023-06-06 16:01:37.124459000 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.125260000, lastModified=2023-06-06 16:01:37.124459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.125260000, lastModified=2023-06-06 16:01:37.124459000, delta=801000 ns, racy<=17500 ns 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.125680000, lastModified=2023-06-06 16:01:37.124459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.125680000, lastModified=2023-06-06 16:01:37.124459000, delta=1221000 ns, racy<=17500 ns 16:01:37.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.126154000, lastModified=2023-06-06 16:01:37.125459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.126154000, lastModified=2023-06-06 16:01:37.125459000, delta=695000 ns, racy<=17500 ns 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.126681000, lastModified=2023-06-06 16:01:37.125459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.126681000, lastModified=2023-06-06 16:01:37.125459000, delta=1222000 ns, racy<=17500 ns 16:01:37.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.129028000, lastModified=2023-06-06 16:01:37.126459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.126459000 to 2023-06-06 16:01:37.128459000 16:01:37.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.129576000, lastModified=2023-06-06 16:01:37.128459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.129576000, lastModified=2023-06-06 16:01:37.128459000, delta=1117000 ns, racy<=17500 ns 16:01:37.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.130085000, lastModified=2023-06-06 16:01:37.129459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.130085000, lastModified=2023-06-06 16:01:37.129459000, delta=626000 ns, racy<=17500 ns 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.130589000, lastModified=2023-06-06 16:01:37.129459000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.130589000, lastModified=2023-06-06 16:01:37.129459000, delta=1130000 ns, racy<=17500 ns 16:01:37.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.131038000, lastModified=2023-06-06 16:01:37.130458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.131038000, lastModified=2023-06-06 16:01:37.130458000, delta=580000 ns, racy<=17500 ns 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.131476000, lastModified=2023-06-06 16:01:37.130458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.131476000, lastModified=2023-06-06 16:01:37.130458000, delta=1018000 ns, racy<=17500 ns 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.131897000, lastModified=2023-06-06 16:01:37.130458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.130458000 to 2023-06-06 16:01:37.131458000 16:01:37.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.132343000, lastModified=2023-06-06 16:01:37.131458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.132343000, lastModified=2023-06-06 16:01:37.131458000, delta=885000 ns, racy<=17500 ns 16:01:37.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.132768000, lastModified=2023-06-06 16:01:37.131458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.132768000, lastModified=2023-06-06 16:01:37.131458000, delta=1310000 ns, racy<=17500 ns 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.133206000, lastModified=2023-06-06 16:01:37.132458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.133206000, lastModified=2023-06-06 16:01:37.132458000, delta=748000 ns, racy<=17500 ns 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.133627000, lastModified=2023-06-06 16:01:37.132458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.133627000, lastModified=2023-06-06 16:01:37.132458000, delta=1169000 ns, racy<=17500 ns 16:01:37.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.135991000, lastModified=2023-06-06 16:01:37.133458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.133458000 to 2023-06-06 16:01:37.135458000 16:01:37.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.136550000, lastModified=2023-06-06 16:01:37.135458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.136550000, lastModified=2023-06-06 16:01:37.135458000, delta=1092000 ns, racy<=17500 ns 16:01:37.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.137100000, lastModified=2023-06-06 16:01:37.136458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.137100000, lastModified=2023-06-06 16:01:37.136458000, delta=642000 ns, racy<=17500 ns 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.137547000, lastModified=2023-06-06 16:01:37.136458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.137547000, lastModified=2023-06-06 16:01:37.136458000, delta=1089000 ns, racy<=17500 ns 16:01:37.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.137977000, lastModified=2023-06-06 16:01:37.136458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.136458000 to 2023-06-06 16:01:37.137458000 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.138389000, lastModified=2023-06-06 16:01:37.137458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.138389000, lastModified=2023-06-06 16:01:37.137458000, delta=931000 ns, racy<=17500 ns 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.138805000, lastModified=2023-06-06 16:01:37.137458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.137458000 to 2023-06-06 16:01:37.138458000 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.139239000, lastModified=2023-06-06 16:01:37.138458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.139239000, lastModified=2023-06-06 16:01:37.138458000, delta=781000 ns, racy<=17500 ns 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.139672000, lastModified=2023-06-06 16:01:37.138458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.139672000, lastModified=2023-06-06 16:01:37.138458000, delta=1214000 ns, racy<=17500 ns 16:01:37.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.140111000, lastModified=2023-06-06 16:01:37.139458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.140111000, lastModified=2023-06-06 16:01:37.139458000, delta=653000 ns, racy<=17500 ns 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.140549000, lastModified=2023-06-06 16:01:37.139458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.140549000, lastModified=2023-06-06 16:01:37.139458000, delta=1091000 ns, racy<=17500 ns 16:01:37.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.142842000, lastModified=2023-06-06 16:01:37.139458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.139458000 to 2023-06-06 16:01:37.142458000 16:01:37.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.143365000, lastModified=2023-06-06 16:01:37.142458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.143365000, lastModified=2023-06-06 16:01:37.142458000, delta=907000 ns, racy<=17500 ns 16:01:37.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.143818000, lastModified=2023-06-06 16:01:37.142458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.142458000 to 2023-06-06 16:01:37.143458000 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.144249000, lastModified=2023-06-06 16:01:37.143458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.144249000, lastModified=2023-06-06 16:01:37.143458000, delta=791000 ns, racy<=17500 ns 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.144694000, lastModified=2023-06-06 16:01:37.143458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.144694000, lastModified=2023-06-06 16:01:37.143458000, delta=1236000 ns, racy<=17500 ns 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.145186000, lastModified=2023-06-06 16:01:37.144458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.145186000, lastModified=2023-06-06 16:01:37.144458000, delta=728000 ns, racy<=17500 ns 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.145605000, lastModified=2023-06-06 16:01:37.144458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.145605000, lastModified=2023-06-06 16:01:37.144458000, delta=1147000 ns, racy<=17500 ns 16:01:37.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.146077000, lastModified=2023-06-06 16:01:37.145458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.146077000, lastModified=2023-06-06 16:01:37.145458000, delta=619000 ns, racy<=17500 ns 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.146511000, lastModified=2023-06-06 16:01:37.145458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.146511000, lastModified=2023-06-06 16:01:37.145458000, delta=1053000 ns, racy<=17500 ns 16:01:37.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.147036000, lastModified=2023-06-06 16:01:37.146458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.147036000, lastModified=2023-06-06 16:01:37.146458000, delta=578000 ns, racy<=17500 ns 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.147467000, lastModified=2023-06-06 16:01:37.146458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.147467000, lastModified=2023-06-06 16:01:37.146458000, delta=1009000 ns, racy<=17500 ns 16:01:37.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.149749000, lastModified=2023-06-06 16:01:37.146458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.146458000 to 2023-06-06 16:01:37.149458000 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.150249000, lastModified=2023-06-06 16:01:37.149458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.150249000, lastModified=2023-06-06 16:01:37.149458000, delta=791000 ns, racy<=17500 ns 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.150706000, lastModified=2023-06-06 16:01:37.149458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.150706000, lastModified=2023-06-06 16:01:37.149458000, delta=1248000 ns, racy<=17500 ns 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.151227000, lastModified=2023-06-06 16:01:37.150458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.151227000, lastModified=2023-06-06 16:01:37.150458000, delta=769000 ns, racy<=17500 ns 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.151687000, lastModified=2023-06-06 16:01:37.150458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.151687000, lastModified=2023-06-06 16:01:37.150458000, delta=1229000 ns, racy<=17500 ns 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.152163000, lastModified=2023-06-06 16:01:37.151458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.152163000, lastModified=2023-06-06 16:01:37.151458000, delta=705000 ns, racy<=17500 ns 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.152587000, lastModified=2023-06-06 16:01:37.151458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.152587000, lastModified=2023-06-06 16:01:37.151458000, delta=1129000 ns, racy<=17500 ns 16:01:37.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.153047000, lastModified=2023-06-06 16:01:37.152458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.153047000, lastModified=2023-06-06 16:01:37.152458000, delta=589000 ns, racy<=17500 ns 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.153533000, lastModified=2023-06-06 16:01:37.152458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.153533000, lastModified=2023-06-06 16:01:37.152458000, delta=1075000 ns, racy<=17500 ns 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.153971000, lastModified=2023-06-06 16:01:37.152458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.152458000 to 2023-06-06 16:01:37.153458000 16:01:37.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.154385000, lastModified=2023-06-06 16:01:37.153458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.154385000, lastModified=2023-06-06 16:01:37.153458000, delta=927000 ns, racy<=17500 ns 16:01:37.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.156711000, lastModified=2023-06-06 16:01:37.153458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.153458000 to 2023-06-06 16:01:37.156458000 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.157243000, lastModified=2023-06-06 16:01:37.156458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.157243000, lastModified=2023-06-06 16:01:37.156458000, delta=785000 ns, racy<=17500 ns 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.157692000, lastModified=2023-06-06 16:01:37.156458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.157692000, lastModified=2023-06-06 16:01:37.156458000, delta=1234000 ns, racy<=17500 ns 16:01:37.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.158130000, lastModified=2023-06-06 16:01:37.157458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.158130000, lastModified=2023-06-06 16:01:37.157458000, delta=672000 ns, racy<=17500 ns 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.158555000, lastModified=2023-06-06 16:01:37.157458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.158555000, lastModified=2023-06-06 16:01:37.157458000, delta=1097000 ns, racy<=17500 ns 16:01:37.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.159010000, lastModified=2023-06-06 16:01:37.157458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.157458000 to 2023-06-06 16:01:37.158458000 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.159417000, lastModified=2023-06-06 16:01:37.158458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.159417000, lastModified=2023-06-06 16:01:37.158458000, delta=959000 ns, racy<=17500 ns 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.159846000, lastModified=2023-06-06 16:01:37.158458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.158458000 to 2023-06-06 16:01:37.159458000 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.160287000, lastModified=2023-06-06 16:01:37.159458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.160287000, lastModified=2023-06-06 16:01:37.159458000, delta=829000 ns, racy<=17500 ns 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.160700000, lastModified=2023-06-06 16:01:37.159458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.160700000, lastModified=2023-06-06 16:01:37.159458000, delta=1242000 ns, racy<=17500 ns 16:01:37.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.161135000, lastModified=2023-06-06 16:01:37.160458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.161135000, lastModified=2023-06-06 16:01:37.160458000, delta=677000 ns, racy<=17500 ns 16:01:37.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.163626000, lastModified=2023-06-06 16:01:37.160458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.160458000 to 2023-06-06 16:01:37.162458000 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.164180000, lastModified=2023-06-06 16:01:37.163458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.164180000, lastModified=2023-06-06 16:01:37.163458000, delta=722000 ns, racy<=17500 ns 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.164623000, lastModified=2023-06-06 16:01:37.163458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.164623000, lastModified=2023-06-06 16:01:37.163458000, delta=1165000 ns, racy<=17500 ns 16:01:37.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.165105000, lastModified=2023-06-06 16:01:37.164458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.165105000, lastModified=2023-06-06 16:01:37.164458000, delta=647000 ns, racy<=17500 ns 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.165574000, lastModified=2023-06-06 16:01:37.164458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.165574000, lastModified=2023-06-06 16:01:37.164458000, delta=1116000 ns, racy<=17500 ns 16:01:37.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.166015000, lastModified=2023-06-06 16:01:37.164458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.164458000 to 2023-06-06 16:01:37.165458000 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.166425000, lastModified=2023-06-06 16:01:37.165458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.166425000, lastModified=2023-06-06 16:01:37.165458000, delta=967000 ns, racy<=17500 ns 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.166841000, lastModified=2023-06-06 16:01:37.165458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.165458000 to 2023-06-06 16:01:37.166458000 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.167290000, lastModified=2023-06-06 16:01:37.166458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.167290000, lastModified=2023-06-06 16:01:37.166458000, delta=832000 ns, racy<=17500 ns 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.167702000, lastModified=2023-06-06 16:01:37.166458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.167702000, lastModified=2023-06-06 16:01:37.166458000, delta=1244000 ns, racy<=17500 ns 16:01:37.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.168130000, lastModified=2023-06-06 16:01:37.167458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.168130000, lastModified=2023-06-06 16:01:37.167458000, delta=672000 ns, racy<=17500 ns 16:01:37.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.170466000, lastModified=2023-06-06 16:01:37.167458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.167458000 to 2023-06-06 16:01:37.169458000 16:01:37.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.170975000, lastModified=2023-06-06 16:01:37.169458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.169458000 to 2023-06-06 16:01:37.170458000 16:01:37.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.171423000, lastModified=2023-06-06 16:01:37.170458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.171423000, lastModified=2023-06-06 16:01:37.170458000, delta=965000 ns, racy<=17500 ns 16:01:37.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.171870000, lastModified=2023-06-06 16:01:37.170458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.170458000 to 2023-06-06 16:01:37.171458000 16:01:37.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.172383000, lastModified=2023-06-06 16:01:37.171458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.172383000, lastModified=2023-06-06 16:01:37.171458000, delta=925000 ns, racy<=17500 ns 16:01:37.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.172895000, lastModified=2023-06-06 16:01:37.171458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.171458000 to 2023-06-06 16:01:37.172458000 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.173335000, lastModified=2023-06-06 16:01:37.172458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.173335000, lastModified=2023-06-06 16:01:37.172458000, delta=877000 ns, racy<=17500 ns 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.173753000, lastModified=2023-06-06 16:01:37.172458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.173753000, lastModified=2023-06-06 16:01:37.172458000, delta=1295000 ns, racy<=17500 ns 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.174190000, lastModified=2023-06-06 16:01:37.173458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.174190000, lastModified=2023-06-06 16:01:37.173458000, delta=732000 ns, racy<=17500 ns 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.174609000, lastModified=2023-06-06 16:01:37.173458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.174609000, lastModified=2023-06-06 16:01:37.173458000, delta=1151000 ns, racy<=17500 ns 16:01:37.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.175057000, lastModified=2023-06-06 16:01:37.174458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.175057000, lastModified=2023-06-06 16:01:37.174458000, delta=599000 ns, racy<=17500 ns 16:01:37.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.177331000, lastModified=2023-06-06 16:01:37.174458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.174458000 to 2023-06-06 16:01:37.176458000 16:01:37.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.177799000, lastModified=2023-06-06 16:01:37.176458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.176458000 to 2023-06-06 16:01:37.177458000 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.178219000, lastModified=2023-06-06 16:01:37.177458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.178219000, lastModified=2023-06-06 16:01:37.177458000, delta=761000 ns, racy<=17500 ns 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.178668000, lastModified=2023-06-06 16:01:37.177458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.178668000, lastModified=2023-06-06 16:01:37.177458000, delta=1210000 ns, racy<=17500 ns 16:01:37.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.179115000, lastModified=2023-06-06 16:01:37.178458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.179115000, lastModified=2023-06-06 16:01:37.178458000, delta=657000 ns, racy<=17500 ns 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.179556000, lastModified=2023-06-06 16:01:37.178458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.179556000, lastModified=2023-06-06 16:01:37.178458000, delta=1098000 ns, racy<=17500 ns 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.179969000, lastModified=2023-06-06 16:01:37.178458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.178458000 to 2023-06-06 16:01:37.179458000 16:01:37.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.180377000, lastModified=2023-06-06 16:01:37.179458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.180377000, lastModified=2023-06-06 16:01:37.179458000, delta=919000 ns, racy<=17500 ns 16:01:37.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.180811000, lastModified=2023-06-06 16:01:37.179458000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.179458000 to 2023-06-06 16:01:37.180458000 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.210060000, lastModified=2023-06-06 16:01:37.209457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.210060000, lastModified=2023-06-06 16:01:37.209457000, delta=603000 ns, racy<=17500 ns 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.210526000, lastModified=2023-06-06 16:01:37.209457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.210526000, lastModified=2023-06-06 16:01:37.209457000, delta=1069000 ns, racy<=17500 ns 16:01:37.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.212854000, lastModified=2023-06-06 16:01:37.209457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.209457000 to 2023-06-06 16:01:37.212457000 16:01:37.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.213364000, lastModified=2023-06-06 16:01:37.212457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.213364000, lastModified=2023-06-06 16:01:37.212457000, delta=907000 ns, racy<=17500 ns 16:01:37.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.213832000, lastModified=2023-06-06 16:01:37.212457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.212457000 to 2023-06-06 16:01:37.213457000 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.214286000, lastModified=2023-06-06 16:01:37.213457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.214286000, lastModified=2023-06-06 16:01:37.213457000, delta=829000 ns, racy<=17500 ns 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.214705000, lastModified=2023-06-06 16:01:37.213457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.214705000, lastModified=2023-06-06 16:01:37.213457000, delta=1248000 ns, racy<=17500 ns 16:01:37.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.215130000, lastModified=2023-06-06 16:01:37.214457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.215130000, lastModified=2023-06-06 16:01:37.214457000, delta=673000 ns, racy<=17500 ns 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.215559000, lastModified=2023-06-06 16:01:37.214457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.215559000, lastModified=2023-06-06 16:01:37.214457000, delta=1102000 ns, racy<=17500 ns 16:01:37.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.215987000, lastModified=2023-06-06 16:01:37.214457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.214457000 to 2023-06-06 16:01:37.215457000 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.216415000, lastModified=2023-06-06 16:01:37.215457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.216415000, lastModified=2023-06-06 16:01:37.215457000, delta=958000 ns, racy<=17500 ns 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.216832000, lastModified=2023-06-06 16:01:37.215457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.215457000 to 2023-06-06 16:01:37.216457000 16:01:37.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.217245000, lastModified=2023-06-06 16:01:37.216457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.217245000, lastModified=2023-06-06 16:01:37.216457000, delta=788000 ns, racy<=17500 ns 16:01:37.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.219574000, lastModified=2023-06-06 16:01:37.216457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.216457000 to 2023-06-06 16:01:37.218457000 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.220106000, lastModified=2023-06-06 16:01:37.219457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.220106000, lastModified=2023-06-06 16:01:37.219457000, delta=649000 ns, racy<=17500 ns 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.220572000, lastModified=2023-06-06 16:01:37.219457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.220572000, lastModified=2023-06-06 16:01:37.219457000, delta=1115000 ns, racy<=17500 ns 16:01:37.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.221019000, lastModified=2023-06-06 16:01:37.220457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.221019000, lastModified=2023-06-06 16:01:37.220457000, delta=562000 ns, racy<=17500 ns 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.221458000, lastModified=2023-06-06 16:01:37.220457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.221458000, lastModified=2023-06-06 16:01:37.220457000, delta=1001000 ns, racy<=17500 ns 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.221920000, lastModified=2023-06-06 16:01:37.220457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.220457000 to 2023-06-06 16:01:37.221457000 16:01:37.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.222351000, lastModified=2023-06-06 16:01:37.221457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.222351000, lastModified=2023-06-06 16:01:37.221457000, delta=894000 ns, racy<=17500 ns 16:01:37.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.222765000, lastModified=2023-06-06 16:01:37.221457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.222765000, lastModified=2023-06-06 16:01:37.221457000, delta=1308000 ns, racy<=17500 ns 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.223194000, lastModified=2023-06-06 16:01:37.222457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.223194000, lastModified=2023-06-06 16:01:37.222457000, delta=737000 ns, racy<=17500 ns 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.223633000, lastModified=2023-06-06 16:01:37.222457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.223633000, lastModified=2023-06-06 16:01:37.222457000, delta=1176000 ns, racy<=17500 ns 16:01:37.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.224043000, lastModified=2023-06-06 16:01:37.223457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.224043000, lastModified=2023-06-06 16:01:37.223457000, delta=586000 ns, racy<=17500 ns 16:01:37.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.226504000, lastModified=2023-06-06 16:01:37.223457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.223457000 to 2023-06-06 16:01:37.225457000 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.226979000, lastModified=2023-06-06 16:01:37.225457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.225457000 to 2023-06-06 16:01:37.226457000 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.227432000, lastModified=2023-06-06 16:01:37.226457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.227432000, lastModified=2023-06-06 16:01:37.226457000, delta=975000 ns, racy<=17500 ns 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.227861000, lastModified=2023-06-06 16:01:37.226457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.226457000 to 2023-06-06 16:01:37.227457000 16:01:37.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.228294000, lastModified=2023-06-06 16:01:37.227457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.228294000, lastModified=2023-06-06 16:01:37.227457000, delta=837000 ns, racy<=17500 ns 16:01:37.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.228716000, lastModified=2023-06-06 16:01:37.227457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.228716000, lastModified=2023-06-06 16:01:37.227457000, delta=1259000 ns, racy<=17500 ns 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.229190000, lastModified=2023-06-06 16:01:37.228457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.229190000, lastModified=2023-06-06 16:01:37.228457000, delta=733000 ns, racy<=17500 ns 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.229601000, lastModified=2023-06-06 16:01:37.228457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.229601000, lastModified=2023-06-06 16:01:37.228457000, delta=1144000 ns, racy<=17500 ns 16:01:37.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.230018000, lastModified=2023-06-06 16:01:37.229457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.230018000, lastModified=2023-06-06 16:01:37.229457000, delta=561000 ns, racy<=17500 ns 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.230445000, lastModified=2023-06-06 16:01:37.229457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.230445000, lastModified=2023-06-06 16:01:37.229457000, delta=988000 ns, racy<=17500 ns 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.230883000, lastModified=2023-06-06 16:01:37.229457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.229457000 to 2023-06-06 16:01:37.230457000 16:01:37.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.233106000, lastModified=2023-06-06 16:01:37.230457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.230457000 to 2023-06-06 16:01:37.232457000 16:01:37.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.233571000, lastModified=2023-06-06 16:01:37.232457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.233571000, lastModified=2023-06-06 16:01:37.232457000, delta=1114000 ns, racy<=17500 ns 16:01:37.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.234034000, lastModified=2023-06-06 16:01:37.233457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.234034000, lastModified=2023-06-06 16:01:37.233457000, delta=577000 ns, racy<=17500 ns 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.234479000, lastModified=2023-06-06 16:01:37.233457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.234479000, lastModified=2023-06-06 16:01:37.233457000, delta=1022000 ns, racy<=17500 ns 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.234903000, lastModified=2023-06-06 16:01:37.233457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.233457000 to 2023-06-06 16:01:37.234457000 16:01:37.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.235343000, lastModified=2023-06-06 16:01:37.234457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.235343000, lastModified=2023-06-06 16:01:37.234457000, delta=886000 ns, racy<=17500 ns 16:01:37.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.235747000, lastModified=2023-06-06 16:01:37.234457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.235747000, lastModified=2023-06-06 16:01:37.234457000, delta=1290000 ns, racy<=17500 ns 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.236207000, lastModified=2023-06-06 16:01:37.235457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.236207000, lastModified=2023-06-06 16:01:37.235457000, delta=750000 ns, racy<=17500 ns 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.236653000, lastModified=2023-06-06 16:01:37.235457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.236653000, lastModified=2023-06-06 16:01:37.235457000, delta=1196000 ns, racy<=17500 ns 16:01:37.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.237081000, lastModified=2023-06-06 16:01:37.236457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.237081000, lastModified=2023-06-06 16:01:37.236457000, delta=624000 ns, racy<=17500 ns 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.237527000, lastModified=2023-06-06 16:01:37.236457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.237527000, lastModified=2023-06-06 16:01:37.236457000, delta=1070000 ns, racy<=17500 ns 16:01:37.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.239798000, lastModified=2023-06-06 16:01:37.236457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.236457000 to 2023-06-06 16:01:37.239457000 16:01:37.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.240312000, lastModified=2023-06-06 16:01:37.239457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.240312000, lastModified=2023-06-06 16:01:37.239457000, delta=855000 ns, racy<=17500 ns 16:01:37.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.240763000, lastModified=2023-06-06 16:01:37.239457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.240763000, lastModified=2023-06-06 16:01:37.239457000, delta=1306000 ns, racy<=17500 ns 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.241219000, lastModified=2023-06-06 16:01:37.240457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.241219000, lastModified=2023-06-06 16:01:37.240457000, delta=762000 ns, racy<=17500 ns 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.241642000, lastModified=2023-06-06 16:01:37.240457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.241642000, lastModified=2023-06-06 16:01:37.240457000, delta=1185000 ns, racy<=17500 ns 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.242162000, lastModified=2023-06-06 16:01:37.241457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.242162000, lastModified=2023-06-06 16:01:37.241457000, delta=705000 ns, racy<=17500 ns 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.242617000, lastModified=2023-06-06 16:01:37.241457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.242617000, lastModified=2023-06-06 16:01:37.241457000, delta=1160000 ns, racy<=17500 ns 16:01:37.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.243059000, lastModified=2023-06-06 16:01:37.242457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.243059000, lastModified=2023-06-06 16:01:37.242457000, delta=602000 ns, racy<=17500 ns 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.243502000, lastModified=2023-06-06 16:01:37.242457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.243502000, lastModified=2023-06-06 16:01:37.242457000, delta=1045000 ns, racy<=17500 ns 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.243944000, lastModified=2023-06-06 16:01:37.242457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.242457000 to 2023-06-06 16:01:37.243457000 16:01:37.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.244395000, lastModified=2023-06-06 16:01:37.243457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.244395000, lastModified=2023-06-06 16:01:37.243457000, delta=938000 ns, racy<=17500 ns 16:01:37.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.246842000, lastModified=2023-06-06 16:01:37.243457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.243457000 to 2023-06-06 16:01:37.246457000 16:01:37.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.247350000, lastModified=2023-06-06 16:01:37.246457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.247350000, lastModified=2023-06-06 16:01:37.246457000, delta=893000 ns, racy<=17500 ns 16:01:37.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.247780000, lastModified=2023-06-06 16:01:37.246457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.247780000, lastModified=2023-06-06 16:01:37.246457000, delta=1323000 ns, racy<=17500 ns 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.248229000, lastModified=2023-06-06 16:01:37.247457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.248229000, lastModified=2023-06-06 16:01:37.247457000, delta=772000 ns, racy<=17500 ns 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.248663000, lastModified=2023-06-06 16:01:37.247457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.248663000, lastModified=2023-06-06 16:01:37.247457000, delta=1206000 ns, racy<=17500 ns 16:01:37.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.249099000, lastModified=2023-06-06 16:01:37.248457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.249099000, lastModified=2023-06-06 16:01:37.248457000, delta=642000 ns, racy<=17500 ns 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.249536000, lastModified=2023-06-06 16:01:37.248457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.249536000, lastModified=2023-06-06 16:01:37.248457000, delta=1079000 ns, racy<=17500 ns 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.249942000, lastModified=2023-06-06 16:01:37.248457000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.248457000 to 2023-06-06 16:01:37.249456000 16:01:37.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.250365000, lastModified=2023-06-06 16:01:37.249456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.250365000, lastModified=2023-06-06 16:01:37.249456000, delta=909000 ns, racy<=17500 ns 16:01:37.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.250777000, lastModified=2023-06-06 16:01:37.249456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.250777000, lastModified=2023-06-06 16:01:37.249456000, delta=1321000 ns, racy<=17500 ns 16:01:37.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.251205000, lastModified=2023-06-06 16:01:37.250456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.251205000, lastModified=2023-06-06 16:01:37.250456000, delta=749000 ns, racy<=17500 ns 16:01:37.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.253678000, lastModified=2023-06-06 16:01:37.250456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.250456000 to 2023-06-06 16:01:37.252456000 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.254251000, lastModified=2023-06-06 16:01:37.253456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.254251000, lastModified=2023-06-06 16:01:37.253456000, delta=795000 ns, racy<=17500 ns 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.254706000, lastModified=2023-06-06 16:01:37.253456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.254706000, lastModified=2023-06-06 16:01:37.253456000, delta=1250000 ns, racy<=17500 ns 16:01:37.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.255136000, lastModified=2023-06-06 16:01:37.254456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.255136000, lastModified=2023-06-06 16:01:37.254456000, delta=680000 ns, racy<=17500 ns 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.255570000, lastModified=2023-06-06 16:01:37.254456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.255570000, lastModified=2023-06-06 16:01:37.254456000, delta=1114000 ns, racy<=17500 ns 16:01:37.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.255999000, lastModified=2023-06-06 16:01:37.254456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.254456000 to 2023-06-06 16:01:37.255456000 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.256393000, lastModified=2023-06-06 16:01:37.255456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.256393000, lastModified=2023-06-06 16:01:37.255456000, delta=937000 ns, racy<=17500 ns 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.256802000, lastModified=2023-06-06 16:01:37.255456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.255456000 to 2023-06-06 16:01:37.256456000 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.257210000, lastModified=2023-06-06 16:01:37.256456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.257210000, lastModified=2023-06-06 16:01:37.256456000, delta=754000 ns, racy<=17500 ns 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.257620000, lastModified=2023-06-06 16:01:37.256456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.257620000, lastModified=2023-06-06 16:01:37.256456000, delta=1164000 ns, racy<=17500 ns 16:01:37.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.258063000, lastModified=2023-06-06 16:01:37.257456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.258063000, lastModified=2023-06-06 16:01:37.257456000, delta=607000 ns, racy<=17500 ns 16:01:37.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.260391000, lastModified=2023-06-06 16:01:37.257456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.257456000 to 2023-06-06 16:01:37.259456000 16:01:37.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.260921000, lastModified=2023-06-06 16:01:37.259456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.259456000 to 2023-06-06 16:01:37.260456000 16:01:37.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.261345000, lastModified=2023-06-06 16:01:37.260456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.261345000, lastModified=2023-06-06 16:01:37.260456000, delta=889000 ns, racy<=17500 ns 16:01:37.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.261795000, lastModified=2023-06-06 16:01:37.260456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.260456000 to 2023-06-06 16:01:37.261456000 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.262216000, lastModified=2023-06-06 16:01:37.261456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.262216000, lastModified=2023-06-06 16:01:37.261456000, delta=760000 ns, racy<=17500 ns 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.262640000, lastModified=2023-06-06 16:01:37.261456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.262640000, lastModified=2023-06-06 16:01:37.261456000, delta=1184000 ns, racy<=17500 ns 16:01:37.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.263062000, lastModified=2023-06-06 16:01:37.262456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.263062000, lastModified=2023-06-06 16:01:37.262456000, delta=606000 ns, racy<=17500 ns 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.263486000, lastModified=2023-06-06 16:01:37.262456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.263486000, lastModified=2023-06-06 16:01:37.262456000, delta=1030000 ns, racy<=17500 ns 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.263912000, lastModified=2023-06-06 16:01:37.262456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.262456000 to 2023-06-06 16:01:37.263456000 16:01:37.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.264331000, lastModified=2023-06-06 16:01:37.263456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.264331000, lastModified=2023-06-06 16:01:37.263456000, delta=875000 ns, racy<=17500 ns 16:01:37.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.264741000, lastModified=2023-06-06 16:01:37.263456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.264741000, lastModified=2023-06-06 16:01:37.263456000, delta=1285000 ns, racy<=17500 ns 16:01:37.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.267025000, lastModified=2023-06-06 16:01:37.264456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.264456000 to 2023-06-06 16:01:37.266456000 16:01:37.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.267503000, lastModified=2023-06-06 16:01:37.266456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.267503000, lastModified=2023-06-06 16:01:37.266456000, delta=1047000 ns, racy<=17500 ns 16:01:37.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.267969000, lastModified=2023-06-06 16:01:37.266456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.266456000 to 2023-06-06 16:01:37.267456000 16:01:37.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.268392000, lastModified=2023-06-06 16:01:37.267456000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.268392000, lastModified=2023-06-06 16:01:37.267456000, delta=936000 ns, racy<=17500 ns 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.310364000, lastModified=2023-06-06 16:01:37.309455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.310364000, lastModified=2023-06-06 16:01:37.309455000, delta=909000 ns, racy<=17500 ns 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.310887000, lastModified=2023-06-06 16:01:37.309455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.309455000 to 2023-06-06 16:01:37.310455000 16:01:37.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.311372000, lastModified=2023-06-06 16:01:37.310455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.311372000, lastModified=2023-06-06 16:01:37.310455000, delta=917000 ns, racy<=17500 ns 16:01:37.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.311858000, lastModified=2023-06-06 16:01:37.310455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.310455000 to 2023-06-06 16:01:37.311455000 16:01:37.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.312332000, lastModified=2023-06-06 16:01:37.311455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.312332000, lastModified=2023-06-06 16:01:37.311455000, delta=877000 ns, racy<=17500 ns 16:01:37.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.312794000, lastModified=2023-06-06 16:01:37.311455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.311455000 to 2023-06-06 16:01:37.312455000 16:01:37.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.313269000, lastModified=2023-06-06 16:01:37.312455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.313269000, lastModified=2023-06-06 16:01:37.312455000, delta=814000 ns, racy<=17500 ns 16:01:37.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.315682000, lastModified=2023-06-06 16:01:37.312455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.312455000 to 2023-06-06 16:01:37.314455000 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.316220000, lastModified=2023-06-06 16:01:37.315455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.316220000, lastModified=2023-06-06 16:01:37.315455000, delta=765000 ns, racy<=17500 ns 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.316703000, lastModified=2023-06-06 16:01:37.315455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.316703000, lastModified=2023-06-06 16:01:37.315455000, delta=1248000 ns, racy<=17500 ns 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.317208000, lastModified=2023-06-06 16:01:37.316455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.317208000, lastModified=2023-06-06 16:01:37.316455000, delta=753000 ns, racy<=17500 ns 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.317693000, lastModified=2023-06-06 16:01:37.316455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.317693000, lastModified=2023-06-06 16:01:37.316455000, delta=1238000 ns, racy<=17500 ns 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.318207000, lastModified=2023-06-06 16:01:37.317455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.318207000, lastModified=2023-06-06 16:01:37.317455000, delta=752000 ns, racy<=17500 ns 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.318671000, lastModified=2023-06-06 16:01:37.317455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.318671000, lastModified=2023-06-06 16:01:37.317455000, delta=1216000 ns, racy<=17500 ns 16:01:37.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.319152000, lastModified=2023-06-06 16:01:37.318455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.319152000, lastModified=2023-06-06 16:01:37.318455000, delta=697000 ns, racy<=17500 ns 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.319575000, lastModified=2023-06-06 16:01:37.318455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.319575000, lastModified=2023-06-06 16:01:37.318455000, delta=1120000 ns, racy<=17500 ns 16:01:37.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.320007000, lastModified=2023-06-06 16:01:37.318455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.318455000 to 2023-06-06 16:01:37.319455000 16:01:37.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.320409000, lastModified=2023-06-06 16:01:37.319455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.320409000, lastModified=2023-06-06 16:01:37.319455000, delta=954000 ns, racy<=17500 ns 16:01:37.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.322754000, lastModified=2023-06-06 16:01:37.319455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.319455000 to 2023-06-06 16:01:37.323455000 16:01:37.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.325426000, lastModified=2023-06-06 16:01:37.324455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.325426000, lastModified=2023-06-06 16:01:37.324455000, delta=971000 ns, racy<=17500 ns 16:01:37.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.325962000, lastModified=2023-06-06 16:01:37.324455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.324455000 to 2023-06-06 16:01:37.325455000 16:01:37.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.326405000, lastModified=2023-06-06 16:01:37.325455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.326405000, lastModified=2023-06-06 16:01:37.325455000, delta=950000 ns, racy<=17500 ns 16:01:37.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.326847000, lastModified=2023-06-06 16:01:37.325455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.325455000 to 2023-06-06 16:01:37.326455000 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.327273000, lastModified=2023-06-06 16:01:37.326455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.327273000, lastModified=2023-06-06 16:01:37.326455000, delta=818000 ns, racy<=17500 ns 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.327706000, lastModified=2023-06-06 16:01:37.326455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.327706000, lastModified=2023-06-06 16:01:37.326455000, delta=1251000 ns, racy<=17500 ns 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.328180000, lastModified=2023-06-06 16:01:37.327455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.328180000, lastModified=2023-06-06 16:01:37.327455000, delta=725000 ns, racy<=17500 ns 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.328620000, lastModified=2023-06-06 16:01:37.327455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.328620000, lastModified=2023-06-06 16:01:37.327455000, delta=1165000 ns, racy<=17500 ns 16:01:37.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.329077000, lastModified=2023-06-06 16:01:37.328455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.329077000, lastModified=2023-06-06 16:01:37.328455000, delta=622000 ns, racy<=17500 ns 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.329530000, lastModified=2023-06-06 16:01:37.328455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.329530000, lastModified=2023-06-06 16:01:37.328455000, delta=1075000 ns, racy<=17500 ns 16:01:37.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.331901000, lastModified=2023-06-06 16:01:37.329455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.329455000 to 2023-06-06 16:01:37.331455000 16:01:37.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.332462000, lastModified=2023-06-06 16:01:37.331455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.332462000, lastModified=2023-06-06 16:01:37.331455000, delta=1007000 ns, racy<=17500 ns 16:01:37.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.332921000, lastModified=2023-06-06 16:01:37.331455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.331455000 to 2023-06-06 16:01:37.332455000 16:01:37.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.333369000, lastModified=2023-06-06 16:01:37.332455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.333369000, lastModified=2023-06-06 16:01:37.332455000, delta=914000 ns, racy<=17500 ns 16:01:37.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.333819000, lastModified=2023-06-06 16:01:37.332455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.332455000 to 2023-06-06 16:01:37.333455000 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.334256000, lastModified=2023-06-06 16:01:37.333455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.334256000, lastModified=2023-06-06 16:01:37.333455000, delta=801000 ns, racy<=17500 ns 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.334698000, lastModified=2023-06-06 16:01:37.333455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.334698000, lastModified=2023-06-06 16:01:37.333455000, delta=1243000 ns, racy<=17500 ns 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.335181000, lastModified=2023-06-06 16:01:37.334455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.335181000, lastModified=2023-06-06 16:01:37.334455000, delta=726000 ns, racy<=17500 ns 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.335613000, lastModified=2023-06-06 16:01:37.334455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.335613000, lastModified=2023-06-06 16:01:37.334455000, delta=1158000 ns, racy<=17500 ns 16:01:37.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.336072000, lastModified=2023-06-06 16:01:37.335455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.336072000, lastModified=2023-06-06 16:01:37.335455000, delta=617000 ns, racy<=17500 ns 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.336519000, lastModified=2023-06-06 16:01:37.335455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.336519000, lastModified=2023-06-06 16:01:37.335455000, delta=1064000 ns, racy<=17500 ns 16:01:37.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.338901000, lastModified=2023-06-06 16:01:37.335455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.335455000 to 2023-06-06 16:01:37.338455000 16:01:37.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.339422000, lastModified=2023-06-06 16:01:37.338455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.339422000, lastModified=2023-06-06 16:01:37.338455000, delta=967000 ns, racy<=17500 ns 16:01:37.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.339881000, lastModified=2023-06-06 16:01:37.338455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.338455000 to 2023-06-06 16:01:37.339455000 16:01:37.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.340337000, lastModified=2023-06-06 16:01:37.339455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.340337000, lastModified=2023-06-06 16:01:37.339455000, delta=882000 ns, racy<=17500 ns 16:01:37.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.340777000, lastModified=2023-06-06 16:01:37.339455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.340777000, lastModified=2023-06-06 16:01:37.339455000, delta=1322000 ns, racy<=17500 ns 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.341235000, lastModified=2023-06-06 16:01:37.340455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.341235000, lastModified=2023-06-06 16:01:37.340455000, delta=780000 ns, racy<=17500 ns 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.341670000, lastModified=2023-06-06 16:01:37.340455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.341670000, lastModified=2023-06-06 16:01:37.340455000, delta=1215000 ns, racy<=17500 ns 16:01:37.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.342126000, lastModified=2023-06-06 16:01:37.341455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.342126000, lastModified=2023-06-06 16:01:37.341455000, delta=671000 ns, racy<=17500 ns 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.342566000, lastModified=2023-06-06 16:01:37.341455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.342566000, lastModified=2023-06-06 16:01:37.341455000, delta=1111000 ns, racy<=17500 ns 16:01:37.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.343017000, lastModified=2023-06-06 16:01:37.341455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.341455000 to 2023-06-06 16:01:37.342455000 16:01:37.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.343428000, lastModified=2023-06-06 16:01:37.342455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.343428000, lastModified=2023-06-06 16:01:37.342455000, delta=973000 ns, racy<=17500 ns 16:01:37.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.345820000, lastModified=2023-06-06 16:01:37.342455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.342455000 to 2023-06-06 16:01:37.345455000 16:01:37.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.346330000, lastModified=2023-06-06 16:01:37.345455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.346330000, lastModified=2023-06-06 16:01:37.345455000, delta=875000 ns, racy<=17500 ns 16:01:37.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.346782000, lastModified=2023-06-06 16:01:37.345455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.345455000 to 2023-06-06 16:01:37.346455000 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.347241000, lastModified=2023-06-06 16:01:37.346455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.347241000, lastModified=2023-06-06 16:01:37.346455000, delta=786000 ns, racy<=17500 ns 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.347686000, lastModified=2023-06-06 16:01:37.346455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.347686000, lastModified=2023-06-06 16:01:37.346455000, delta=1231000 ns, racy<=17500 ns 16:01:37.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.348189000, lastModified=2023-06-06 16:01:37.347455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.348189000, lastModified=2023-06-06 16:01:37.347455000, delta=734000 ns, racy<=17500 ns 16:01:37.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.348740000, lastModified=2023-06-06 16:01:37.347455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.348740000, lastModified=2023-06-06 16:01:37.347455000, delta=1285000 ns, racy<=17500 ns 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.349246000, lastModified=2023-06-06 16:01:37.348455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.349246000, lastModified=2023-06-06 16:01:37.348455000, delta=791000 ns, racy<=17500 ns 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.349700000, lastModified=2023-06-06 16:01:37.348455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.349700000, lastModified=2023-06-06 16:01:37.348455000, delta=1245000 ns, racy<=17500 ns 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.350185000, lastModified=2023-06-06 16:01:37.349455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.350185000, lastModified=2023-06-06 16:01:37.349455000, delta=730000 ns, racy<=17500 ns 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.350623000, lastModified=2023-06-06 16:01:37.349455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.350623000, lastModified=2023-06-06 16:01:37.349455000, delta=1168000 ns, racy<=17500 ns 16:01:37.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.352995000, lastModified=2023-06-06 16:01:37.350455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.350455000 to 2023-06-06 16:01:37.352455000 16:01:37.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.353492000, lastModified=2023-06-06 16:01:37.352455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.353492000, lastModified=2023-06-06 16:01:37.352455000, delta=1037000 ns, racy<=17500 ns 16:01:37.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.353988000, lastModified=2023-06-06 16:01:37.352455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.352455000 to 2023-06-06 16:01:37.353455000 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.354437000, lastModified=2023-06-06 16:01:37.353455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.354437000, lastModified=2023-06-06 16:01:37.353455000, delta=982000 ns, racy<=17500 ns 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.354868000, lastModified=2023-06-06 16:01:37.353455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.353455000 to 2023-06-06 16:01:37.354455000 16:01:37.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.355310000, lastModified=2023-06-06 16:01:37.354455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.355310000, lastModified=2023-06-06 16:01:37.354455000, delta=855000 ns, racy<=17500 ns 16:01:37.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.355739000, lastModified=2023-06-06 16:01:37.354455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.355739000, lastModified=2023-06-06 16:01:37.354455000, delta=1284000 ns, racy<=17500 ns 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.356206000, lastModified=2023-06-06 16:01:37.355455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.356206000, lastModified=2023-06-06 16:01:37.355455000, delta=751000 ns, racy<=17500 ns 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.356649000, lastModified=2023-06-06 16:01:37.355455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.356649000, lastModified=2023-06-06 16:01:37.355455000, delta=1194000 ns, racy<=17500 ns 16:01:37.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.357103000, lastModified=2023-06-06 16:01:37.356455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.357103000, lastModified=2023-06-06 16:01:37.356455000, delta=648000 ns, racy<=17500 ns 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.357559000, lastModified=2023-06-06 16:01:37.356455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.357559000, lastModified=2023-06-06 16:01:37.356455000, delta=1104000 ns, racy<=17500 ns 16:01:37.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.359845000, lastModified=2023-06-06 16:01:37.356455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.356455000 to 2023-06-06 16:01:37.359455000 16:01:37.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.360374000, lastModified=2023-06-06 16:01:37.359455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.360374000, lastModified=2023-06-06 16:01:37.359455000, delta=919000 ns, racy<=17500 ns 16:01:37.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.360837000, lastModified=2023-06-06 16:01:37.359455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.359455000 to 2023-06-06 16:01:37.360455000 16:01:37.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.361284000, lastModified=2023-06-06 16:01:37.360455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.361284000, lastModified=2023-06-06 16:01:37.360455000, delta=829000 ns, racy<=17500 ns 16:01:37.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.361736000, lastModified=2023-06-06 16:01:37.360455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.361736000, lastModified=2023-06-06 16:01:37.360455000, delta=1281000 ns, racy<=17500 ns 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.362238000, lastModified=2023-06-06 16:01:37.361455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.362238000, lastModified=2023-06-06 16:01:37.361455000, delta=783000 ns, racy<=17500 ns 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.362684000, lastModified=2023-06-06 16:01:37.361455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.362684000, lastModified=2023-06-06 16:01:37.361455000, delta=1229000 ns, racy<=17500 ns 16:01:37.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.363138000, lastModified=2023-06-06 16:01:37.362455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.363138000, lastModified=2023-06-06 16:01:37.362455000, delta=683000 ns, racy<=17500 ns 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.363593000, lastModified=2023-06-06 16:01:37.362455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.363593000, lastModified=2023-06-06 16:01:37.362455000, delta=1138000 ns, racy<=17500 ns 16:01:37.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.364044000, lastModified=2023-06-06 16:01:37.363455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.364044000, lastModified=2023-06-06 16:01:37.363455000, delta=589000 ns, racy<=17500 ns 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.364525000, lastModified=2023-06-06 16:01:37.363455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.364525000, lastModified=2023-06-06 16:01:37.363455000, delta=1070000 ns, racy<=17500 ns 16:01:37.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.366941000, lastModified=2023-06-06 16:01:37.363455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.363455000 to 2023-06-06 16:01:37.366455000 16:01:37.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.367473000, lastModified=2023-06-06 16:01:37.366455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.367473000, lastModified=2023-06-06 16:01:37.366455000, delta=1018000 ns, racy<=17500 ns 16:01:37.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.367929000, lastModified=2023-06-06 16:01:37.366455000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.366455000 to 2023-06-06 16:01:37.367454000 16:01:37.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.410107000, lastModified=2023-06-06 16:01:37.409454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.410107000, lastModified=2023-06-06 16:01:37.409454000, delta=653000 ns, racy<=17500 ns 16:01:37.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.410671000, lastModified=2023-06-06 16:01:37.409454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.410671000, lastModified=2023-06-06 16:01:37.409454000, delta=1217000 ns, racy<=17500 ns 16:01:37.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.411205000, lastModified=2023-06-06 16:01:37.410454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.411205000, lastModified=2023-06-06 16:01:37.410454000, delta=751000 ns, racy<=17500 ns 16:01:37.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.411744000, lastModified=2023-06-06 16:01:37.410454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.411744000, lastModified=2023-06-06 16:01:37.410454000, delta=1290000 ns, racy<=17500 ns 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.412251000, lastModified=2023-06-06 16:01:37.411454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.412251000, lastModified=2023-06-06 16:01:37.411454000, delta=797000 ns, racy<=17500 ns 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.412758000, lastModified=2023-06-06 16:01:37.411454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.411454000 to 2023-06-06 16:01:37.412454000 16:01:37.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.413250000, lastModified=2023-06-06 16:01:37.412454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.413250000, lastModified=2023-06-06 16:01:37.412454000, delta=796000 ns, racy<=17500 ns 16:01:37.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.413728000, lastModified=2023-06-06 16:01:37.412454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.413728000, lastModified=2023-06-06 16:01:37.412454000, delta=1274000 ns, racy<=17500 ns 16:01:37.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.416056000, lastModified=2023-06-06 16:01:37.413454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.413454000 to 2023-06-06 16:01:37.415454000 16:01:37.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.416605000, lastModified=2023-06-06 16:01:37.415454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.416605000, lastModified=2023-06-06 16:01:37.415454000, delta=1151000 ns, racy<=17500 ns 16:01:37.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.417122000, lastModified=2023-06-06 16:01:37.416454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.417122000, lastModified=2023-06-06 16:01:37.416454000, delta=668000 ns, racy<=17500 ns 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.417636000, lastModified=2023-06-06 16:01:37.416454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.417636000, lastModified=2023-06-06 16:01:37.416454000, delta=1182000 ns, racy<=17500 ns 16:01:37.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.418154000, lastModified=2023-06-06 16:01:37.417454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.418154000, lastModified=2023-06-06 16:01:37.417454000, delta=700000 ns, racy<=17500 ns 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.418652000, lastModified=2023-06-06 16:01:37.417454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.418652000, lastModified=2023-06-06 16:01:37.417454000, delta=1198000 ns, racy<=17500 ns 16:01:37.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.419164000, lastModified=2023-06-06 16:01:37.418454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.419164000, lastModified=2023-06-06 16:01:37.418454000, delta=710000 ns, racy<=17500 ns 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.419662000, lastModified=2023-06-06 16:01:37.418454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.419662000, lastModified=2023-06-06 16:01:37.418454000, delta=1208000 ns, racy<=17500 ns 16:01:37.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.420180000, lastModified=2023-06-06 16:01:37.419454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.420180000, lastModified=2023-06-06 16:01:37.419454000, delta=726000 ns, racy<=17500 ns 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.420669000, lastModified=2023-06-06 16:01:37.419454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.420669000, lastModified=2023-06-06 16:01:37.419454000, delta=1215000 ns, racy<=17500 ns 16:01:37.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.421163000, lastModified=2023-06-06 16:01:37.420454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.421163000, lastModified=2023-06-06 16:01:37.420454000, delta=709000 ns, racy<=17500 ns 16:01:37.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.423488000, lastModified=2023-06-06 16:01:37.420454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.420454000 to 2023-06-06 16:01:37.422454000 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.424051000, lastModified=2023-06-06 16:01:37.423454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.424051000, lastModified=2023-06-06 16:01:37.423454000, delta=597000 ns, racy<=17500 ns 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.424585000, lastModified=2023-06-06 16:01:37.423454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.424585000, lastModified=2023-06-06 16:01:37.423454000, delta=1131000 ns, racy<=17500 ns 16:01:37.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.425079000, lastModified=2023-06-06 16:01:37.424454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.425079000, lastModified=2023-06-06 16:01:37.424454000, delta=625000 ns, racy<=17500 ns 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.425582000, lastModified=2023-06-06 16:01:37.424454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.425582000, lastModified=2023-06-06 16:01:37.424454000, delta=1128000 ns, racy<=17500 ns 16:01:37.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.426078000, lastModified=2023-06-06 16:01:37.425454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.426078000, lastModified=2023-06-06 16:01:37.425454000, delta=624000 ns, racy<=17500 ns 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.426609000, lastModified=2023-06-06 16:01:37.425454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.426609000, lastModified=2023-06-06 16:01:37.425454000, delta=1155000 ns, racy<=17500 ns 16:01:37.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.427110000, lastModified=2023-06-06 16:01:37.426454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.427110000, lastModified=2023-06-06 16:01:37.426454000, delta=656000 ns, racy<=17500 ns 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.427605000, lastModified=2023-06-06 16:01:37.426454000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.427605000, lastModified=2023-06-06 16:01:37.426454000, delta=1151000 ns, racy<=17500 ns 16:01:37.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.428091000, lastModified=2023-06-06 16:01:37.427453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.428091000, lastModified=2023-06-06 16:01:37.427453000, delta=638000 ns, racy<=17500 ns 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.428596000, lastModified=2023-06-06 16:01:37.427453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.428596000, lastModified=2023-06-06 16:01:37.427453000, delta=1143000 ns, racy<=17500 ns 16:01:37.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.430960000, lastModified=2023-06-06 16:01:37.428453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.428453000 to 2023-06-06 16:01:37.430453000 16:01:37.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.431496000, lastModified=2023-06-06 16:01:37.430453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.431496000, lastModified=2023-06-06 16:01:37.430453000, delta=1043000 ns, racy<=17500 ns 16:01:37.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.432009000, lastModified=2023-06-06 16:01:37.430453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.430453000 to 2023-06-06 16:01:37.431453000 16:01:37.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.432499000, lastModified=2023-06-06 16:01:37.431453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.432499000, lastModified=2023-06-06 16:01:37.431453000, delta=1046000 ns, racy<=17500 ns 16:01:37.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.433050000, lastModified=2023-06-06 16:01:37.432453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.433050000, lastModified=2023-06-06 16:01:37.432453000, delta=597000 ns, racy<=17500 ns 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.433554000, lastModified=2023-06-06 16:01:37.432453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.433554000, lastModified=2023-06-06 16:01:37.432453000, delta=1101000 ns, racy<=17500 ns 16:01:37.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.434054000, lastModified=2023-06-06 16:01:37.433453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.434054000, lastModified=2023-06-06 16:01:37.433453000, delta=601000 ns, racy<=17500 ns 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.434569000, lastModified=2023-06-06 16:01:37.433453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.434569000, lastModified=2023-06-06 16:01:37.433453000, delta=1116000 ns, racy<=17500 ns 16:01:37.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.435059000, lastModified=2023-06-06 16:01:37.434453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.435059000, lastModified=2023-06-06 16:01:37.434453000, delta=606000 ns, racy<=17500 ns 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.435572000, lastModified=2023-06-06 16:01:37.434453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.435572000, lastModified=2023-06-06 16:01:37.434453000, delta=1119000 ns, racy<=17500 ns 16:01:37.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.436104000, lastModified=2023-06-06 16:01:37.435453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.436104000, lastModified=2023-06-06 16:01:37.435453000, delta=651000 ns, racy<=17500 ns 16:01:37.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.438442000, lastModified=2023-06-06 16:01:37.435453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.435453000 to 2023-06-06 16:01:37.437453000 16:01:37.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.438965000, lastModified=2023-06-06 16:01:37.437453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.437453000 to 2023-06-06 16:01:37.438453000 16:01:37.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.439403000, lastModified=2023-06-06 16:01:37.438453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.439403000, lastModified=2023-06-06 16:01:37.438453000, delta=950000 ns, racy<=17500 ns 16:01:37.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.439881000, lastModified=2023-06-06 16:01:37.438453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.438453000 to 2023-06-06 16:01:37.439453000 16:01:37.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.440349000, lastModified=2023-06-06 16:01:37.439453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.440349000, lastModified=2023-06-06 16:01:37.439453000, delta=896000 ns, racy<=17500 ns 16:01:37.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.440820000, lastModified=2023-06-06 16:01:37.439453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.439453000 to 2023-06-06 16:01:37.440453000 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.441284000, lastModified=2023-06-06 16:01:37.440453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.441284000, lastModified=2023-06-06 16:01:37.440453000, delta=831000 ns, racy<=17500 ns 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.441721000, lastModified=2023-06-06 16:01:37.440453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.441721000, lastModified=2023-06-06 16:01:37.440453000, delta=1268000 ns, racy<=17500 ns 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.442192000, lastModified=2023-06-06 16:01:37.441453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.442192000, lastModified=2023-06-06 16:01:37.441453000, delta=739000 ns, racy<=17500 ns 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.442644000, lastModified=2023-06-06 16:01:37.441453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.442644000, lastModified=2023-06-06 16:01:37.441453000, delta=1191000 ns, racy<=17500 ns 16:01:37.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.443083000, lastModified=2023-06-06 16:01:37.442453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.443083000, lastModified=2023-06-06 16:01:37.442453000, delta=630000 ns, racy<=17500 ns 16:01:37.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.445460000, lastModified=2023-06-06 16:01:37.442453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.442453000 to 2023-06-06 16:01:37.444453000 16:01:37.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.446160000, lastModified=2023-06-06 16:01:37.445453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.446160000, lastModified=2023-06-06 16:01:37.445453000, delta=707000 ns, racy<=17500 ns 16:01:37.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.446683000, lastModified=2023-06-06 16:01:37.445453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.446683000, lastModified=2023-06-06 16:01:37.445453000, delta=1230000 ns, racy<=17500 ns 16:01:37.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.447251000, lastModified=2023-06-06 16:01:37.446453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.447251000, lastModified=2023-06-06 16:01:37.446453000, delta=798000 ns, racy<=17500 ns 16:01:37.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.447791000, lastModified=2023-06-06 16:01:37.446453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.446453000 to 2023-06-06 16:01:37.447453000 16:01:37.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.448332000, lastModified=2023-06-06 16:01:37.447453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.448332000, lastModified=2023-06-06 16:01:37.447453000, delta=879000 ns, racy<=17500 ns 16:01:37.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.448832000, lastModified=2023-06-06 16:01:37.447453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.447453000 to 2023-06-06 16:01:37.448453000 16:01:37.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.449304000, lastModified=2023-06-06 16:01:37.448453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.449304000, lastModified=2023-06-06 16:01:37.448453000, delta=851000 ns, racy<=17500 ns 16:01:37.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.449831000, lastModified=2023-06-06 16:01:37.448453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.448453000 to 2023-06-06 16:01:37.449453000 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.450278000, lastModified=2023-06-06 16:01:37.449453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.450278000, lastModified=2023-06-06 16:01:37.449453000, delta=825000 ns, racy<=17500 ns 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.450734000, lastModified=2023-06-06 16:01:37.449453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.450734000, lastModified=2023-06-06 16:01:37.449453000, delta=1281000 ns, racy<=17500 ns 16:01:37.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.453031000, lastModified=2023-06-06 16:01:37.450453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.450453000 to 2023-06-06 16:01:37.452453000 16:01:37.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.453484000, lastModified=2023-06-06 16:01:37.452453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.453484000, lastModified=2023-06-06 16:01:37.452453000, delta=1031000 ns, racy<=17500 ns 16:01:37.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.454006000, lastModified=2023-06-06 16:01:37.452453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.452453000 to 2023-06-06 16:01:37.453453000 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.454438000, lastModified=2023-06-06 16:01:37.453453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.454438000, lastModified=2023-06-06 16:01:37.453453000, delta=985000 ns, racy<=17500 ns 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.454895000, lastModified=2023-06-06 16:01:37.453453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.453453000 to 2023-06-06 16:01:37.454453000 16:01:37.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.455336000, lastModified=2023-06-06 16:01:37.454453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.455336000, lastModified=2023-06-06 16:01:37.454453000, delta=883000 ns, racy<=17500 ns 16:01:37.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.455777000, lastModified=2023-06-06 16:01:37.454453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.455777000, lastModified=2023-06-06 16:01:37.454453000, delta=1324000 ns, racy<=17500 ns 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.456230000, lastModified=2023-06-06 16:01:37.455453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.456230000, lastModified=2023-06-06 16:01:37.455453000, delta=777000 ns, racy<=17500 ns 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.456681000, lastModified=2023-06-06 16:01:37.455453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.456681000, lastModified=2023-06-06 16:01:37.455453000, delta=1228000 ns, racy<=17500 ns 16:01:37.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.457172000, lastModified=2023-06-06 16:01:37.456453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.457172000, lastModified=2023-06-06 16:01:37.456453000, delta=719000 ns, racy<=17500 ns 16:01:37.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.457654000, lastModified=2023-06-06 16:01:37.456453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.457654000, lastModified=2023-06-06 16:01:37.456453000, delta=1201000 ns, racy<=17500 ns 16:01:37.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.460060000, lastModified=2023-06-06 16:01:37.457453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.457453000 to 2023-06-06 16:01:37.459453000 16:01:37.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.460550000, lastModified=2023-06-06 16:01:37.459453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.460550000, lastModified=2023-06-06 16:01:37.459453000, delta=1097000 ns, racy<=17500 ns 16:01:37.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.461034000, lastModified=2023-06-06 16:01:37.460453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.461034000, lastModified=2023-06-06 16:01:37.460453000, delta=581000 ns, racy<=17500 ns 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.461527000, lastModified=2023-06-06 16:01:37.460453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.461527000, lastModified=2023-06-06 16:01:37.460453000, delta=1074000 ns, racy<=17500 ns 16:01:37.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.462004000, lastModified=2023-06-06 16:01:37.460453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.460453000 to 2023-06-06 16:01:37.461453000 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.462461000, lastModified=2023-06-06 16:01:37.461453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.462461000, lastModified=2023-06-06 16:01:37.461453000, delta=1008000 ns, racy<=17500 ns 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.462891000, lastModified=2023-06-06 16:01:37.461453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.461453000 to 2023-06-06 16:01:37.462453000 16:01:37.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.463336000, lastModified=2023-06-06 16:01:37.462453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.462453000 to 2023-06-06 16:01:37.465453000 16:01:37.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.466940000, lastModified=2023-06-06 16:01:37.465453000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.465453000 to 2023-06-06 16:01:37.466453000 16:01:37.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.510020000, lastModified=2023-06-06 16:01:37.508452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.508452000 to 2023-06-06 16:01:37.509452000 16:01:37.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.510476000, lastModified=2023-06-06 16:01:37.509452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.510476000, lastModified=2023-06-06 16:01:37.509452000, delta=1024000 ns, racy<=17500 ns 16:01:37.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.512909000, lastModified=2023-06-06 16:01:37.509452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.509452000 to 2023-06-06 16:01:37.512452000 16:01:37.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.513422000, lastModified=2023-06-06 16:01:37.512452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.513422000, lastModified=2023-06-06 16:01:37.512452000, delta=970000 ns, racy<=17500 ns 16:01:37.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.513891000, lastModified=2023-06-06 16:01:37.512452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.512452000 to 2023-06-06 16:01:37.513452000 16:01:37.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.514340000, lastModified=2023-06-06 16:01:37.513452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.514340000, lastModified=2023-06-06 16:01:37.513452000, delta=888000 ns, racy<=17500 ns 16:01:37.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.514782000, lastModified=2023-06-06 16:01:37.513452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.513452000 to 2023-06-06 16:01:37.514452000 16:01:37.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.515313000, lastModified=2023-06-06 16:01:37.514452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.515313000, lastModified=2023-06-06 16:01:37.514452000, delta=861000 ns, racy<=17500 ns 16:01:37.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.515765000, lastModified=2023-06-06 16:01:37.514452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.515765000, lastModified=2023-06-06 16:01:37.514452000, delta=1313000 ns, racy<=17500 ns 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.516245000, lastModified=2023-06-06 16:01:37.515452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.516245000, lastModified=2023-06-06 16:01:37.515452000, delta=793000 ns, racy<=17500 ns 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.516711000, lastModified=2023-06-06 16:01:37.515452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.516711000, lastModified=2023-06-06 16:01:37.515452000, delta=1259000 ns, racy<=17500 ns 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.517186000, lastModified=2023-06-06 16:01:37.516452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.517186000, lastModified=2023-06-06 16:01:37.516452000, delta=734000 ns, racy<=17500 ns 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.517638000, lastModified=2023-06-06 16:01:37.516452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.517638000, lastModified=2023-06-06 16:01:37.516452000, delta=1186000 ns, racy<=17500 ns 16:01:37.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.519922000, lastModified=2023-06-06 16:01:37.517452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.517452000 to 2023-06-06 16:01:37.519452000 16:01:37.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.520445000, lastModified=2023-06-06 16:01:37.519452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.520445000, lastModified=2023-06-06 16:01:37.519452000, delta=993000 ns, racy<=17500 ns 16:01:37.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.520903000, lastModified=2023-06-06 16:01:37.519452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.519452000 to 2023-06-06 16:01:37.520452000 16:01:37.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.521347000, lastModified=2023-06-06 16:01:37.520452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.521347000, lastModified=2023-06-06 16:01:37.520452000, delta=895000 ns, racy<=17500 ns 16:01:37.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.521803000, lastModified=2023-06-06 16:01:37.520452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.520452000 to 2023-06-06 16:01:37.521452000 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.522243000, lastModified=2023-06-06 16:01:37.521452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.522243000, lastModified=2023-06-06 16:01:37.521452000, delta=791000 ns, racy<=17500 ns 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.522686000, lastModified=2023-06-06 16:01:37.521452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.522686000, lastModified=2023-06-06 16:01:37.521452000, delta=1234000 ns, racy<=17500 ns 16:01:37.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.523144000, lastModified=2023-06-06 16:01:37.522452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.523144000, lastModified=2023-06-06 16:01:37.522452000, delta=692000 ns, racy<=17500 ns 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.523592000, lastModified=2023-06-06 16:01:37.522452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.523592000, lastModified=2023-06-06 16:01:37.522452000, delta=1140000 ns, racy<=17500 ns 16:01:37.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.524110000, lastModified=2023-06-06 16:01:37.523452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.524110000, lastModified=2023-06-06 16:01:37.523452000, delta=658000 ns, racy<=17500 ns 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.524576000, lastModified=2023-06-06 16:01:37.523452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.524576000, lastModified=2023-06-06 16:01:37.523452000, delta=1124000 ns, racy<=17500 ns 16:01:37.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.526916000, lastModified=2023-06-06 16:01:37.524452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.524452000 to 2023-06-06 16:01:37.526452000 16:01:37.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.527427000, lastModified=2023-06-06 16:01:37.526452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.527427000, lastModified=2023-06-06 16:01:37.526452000, delta=975000 ns, racy<=17500 ns 16:01:37.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.527903000, lastModified=2023-06-06 16:01:37.526452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.526452000 to 2023-06-06 16:01:37.527452000 16:01:37.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.528345000, lastModified=2023-06-06 16:01:37.527452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.528345000, lastModified=2023-06-06 16:01:37.527452000, delta=893000 ns, racy<=17500 ns 16:01:37.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.528789000, lastModified=2023-06-06 16:01:37.527452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.527452000 to 2023-06-06 16:01:37.528452000 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.529221000, lastModified=2023-06-06 16:01:37.528452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.529221000, lastModified=2023-06-06 16:01:37.528452000, delta=769000 ns, racy<=17500 ns 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.529683000, lastModified=2023-06-06 16:01:37.528452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.529683000, lastModified=2023-06-06 16:01:37.528452000, delta=1231000 ns, racy<=17500 ns 16:01:37.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.530153000, lastModified=2023-06-06 16:01:37.529452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.530153000, lastModified=2023-06-06 16:01:37.529452000, delta=701000 ns, racy<=17500 ns 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.530668000, lastModified=2023-06-06 16:01:37.529452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.530668000, lastModified=2023-06-06 16:01:37.529452000, delta=1216000 ns, racy<=17500 ns 16:01:37.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.531140000, lastModified=2023-06-06 16:01:37.530452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.531140000, lastModified=2023-06-06 16:01:37.530452000, delta=688000 ns, racy<=17500 ns 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.531591000, lastModified=2023-06-06 16:01:37.530452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.531591000, lastModified=2023-06-06 16:01:37.530452000, delta=1139000 ns, racy<=17500 ns 16:01:37.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.533959000, lastModified=2023-06-06 16:01:37.531452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.531452000 to 2023-06-06 16:01:37.533452000 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.534476000, lastModified=2023-06-06 16:01:37.533452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.534476000, lastModified=2023-06-06 16:01:37.533452000, delta=1024000 ns, racy<=17500 ns 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.534925000, lastModified=2023-06-06 16:01:37.533452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.533452000 to 2023-06-06 16:01:37.534452000 16:01:37.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.535382000, lastModified=2023-06-06 16:01:37.534452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.535382000, lastModified=2023-06-06 16:01:37.534452000, delta=930000 ns, racy<=17500 ns 16:01:37.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.535827000, lastModified=2023-06-06 16:01:37.534452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.534452000 to 2023-06-06 16:01:37.535452000 16:01:37.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.536279000, lastModified=2023-06-06 16:01:37.535452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.536279000, lastModified=2023-06-06 16:01:37.535452000, delta=827000 ns, racy<=17500 ns 16:01:37.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.536739000, lastModified=2023-06-06 16:01:37.535452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.536739000, lastModified=2023-06-06 16:01:37.535452000, delta=1287000 ns, racy<=17500 ns 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.537211000, lastModified=2023-06-06 16:01:37.536452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.537211000, lastModified=2023-06-06 16:01:37.536452000, delta=759000 ns, racy<=17500 ns 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.537659000, lastModified=2023-06-06 16:01:37.536452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.537659000, lastModified=2023-06-06 16:01:37.536452000, delta=1207000 ns, racy<=17500 ns 16:01:37.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.538157000, lastModified=2023-06-06 16:01:37.537452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.538157000, lastModified=2023-06-06 16:01:37.537452000, delta=705000 ns, racy<=17500 ns 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.538603000, lastModified=2023-06-06 16:01:37.537452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.538603000, lastModified=2023-06-06 16:01:37.537452000, delta=1151000 ns, racy<=17500 ns 16:01:37.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.540881000, lastModified=2023-06-06 16:01:37.538452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.538452000 to 2023-06-06 16:01:37.540452000 16:01:37.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.541428000, lastModified=2023-06-06 16:01:37.540452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.541428000, lastModified=2023-06-06 16:01:37.540452000, delta=976000 ns, racy<=17500 ns 16:01:37.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.541897000, lastModified=2023-06-06 16:01:37.540452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, lastModified changed from 2023-06-06 16:01:37.540452000 to 2023-06-06 16:01:37.541452000 16:01:37.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.542335000, lastModified=2023-06-06 16:01:37.541452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.542335000, lastModified=2023-06-06 16:01:37.541452000, delta=883000 ns, racy<=17500 ns 16:01:37.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.542769000, lastModified=2023-06-06 16:01:37.541452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.542769000, lastModified=2023-06-06 16:01:37.541452000, delta=1317000 ns, racy<=17500 ns 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.543255000, lastModified=2023-06-06 16:01:37.542452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.543255000, lastModified=2023-06-06 16:01:37.542452000, delta=803000 ns, racy<=17500 ns 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, create new FileSnapshot: lastRead=2023-06-06 16:01:37.543703000, lastModified=2023-06-06 16:01:37.542452000, size=1, fileKey=(dev=2000cc,ino=386984464) 16:01:37.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, isRacyClean=false, read=2023-06-06 16:01:37.543703000, lastModified=2023-06-06 16:01:37.542452000, delta=1251000 ns, racy<=17500 ns 16:01:37.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/.probe-ba2fedb9-a3d3-440a-9b3a-cdae0eb3598c, is unmodified 16:01:37.548 [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] 2119, 1471, 17500, 532000.0, 1326000.0, 925426.240652618, 219568.4508071941 16:01:37.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=7 µs, minimalRacyInterval=1,326 µs] 16:01:37.550 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-06-06 16:01:34.242787000, lastModified=2023-06-06 15:56:12.534930000, delta=321707857000 ns, racy<=2500000000 ns 16:01:37.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.550 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:01:37.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.551 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.551572000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:01:37.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.551572000, lastModified=2023-06-06 16:01:37.550451000, delta=1121000 ns, racy<=2500000000 ns 16:01:37.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.556727000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.556727000, lastModified=2023-06-06 16:01:37.550451000, delta=6276000 ns, racy<=2500000000 ns 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=true, read=2023-06-06 16:01:34.534162000, lastModified=2023-06-06 16:01:34.435504000, delta=98658000 ns, racy<=2500000000 ns 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is racily clean 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.557265000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:37.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.557265000, lastModified=2023-06-06 16:01:34.435504000, delta=3121761000 ns, racy<=2500000000 ns 16:01:37.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.558668000, lastModified=2023-06-06 16:01:34.510503000, size=0, fileKey=(dev=2000cc,ino=379625557) 16:01:37.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.556727000, lastModified=2023-06-06 16:01:37.550451000, delta=6276000 ns, racy<=2500000000 ns 16:01:37.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.558988000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.558988000, lastModified=2023-06-06 16:01:37.550451000, delta=8537000 ns, racy<=2500000000 ns 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.559939000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.560187000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.558988000, lastModified=2023-06-06 16:01:37.550451000, delta=8537000 ns, racy<=2500000000 ns 16:01:37.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.630 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.630414000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.630414000, lastModified=2023-06-06 16:01:37.550451000, delta=79963000 ns, racy<=2500000000 ns 16:01:37.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.630414000, lastModified=2023-06-06 16:01:37.550451000, delta=79963000 ns, racy<=2500000000 ns 16:01:37.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.632578000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.632578000, lastModified=2023-06-06 16:01:37.550451000, delta=82127000 ns, racy<=2500000000 ns 16:01:37.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.632578000, lastModified=2023-06-06 16:01:37.550451000, delta=82127000 ns, racy<=2500000000 ns 16:01:37.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.638793000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.638793000, lastModified=2023-06-06 16:01:37.550451000, delta=88342000 ns, racy<=2500000000 ns 16:01:37.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.638793000, lastModified=2023-06-06 16:01:37.550451000, delta=88342000 ns, racy<=2500000000 ns 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.641141000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.641141000, lastModified=2023-06-06 16:01:37.550451000, delta=90690000 ns, racy<=2500000000 ns 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, create new FileSnapshot: lastRead=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, size=23, fileKey=(dev=2000cc,ino=379625556) 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.641141000, lastModified=2023-06-06 16:01:37.550451000, delta=90690000 ns, racy<=2500000000 ns 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.642471000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.642471000, lastModified=2023-06-06 16:01:37.550451000, delta=92020000 ns, racy<=2500000000 ns 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, delta=3214131000 ns, racy<=3315000 ns 16:01:37.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, is unmodified 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.642471000, lastModified=2023-06-06 16:01:37.550451000, delta=92020000 ns, racy<=2500000000 ns 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.644570000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.644570000, lastModified=2023-06-06 16:01:37.550451000, delta=94119000 ns, racy<=2500000000 ns 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.646404000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.646603000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.644570000, lastModified=2023-06-06 16:01:37.550451000, delta=94119000 ns, racy<=2500000000 ns 16:01:37.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.711 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.711799000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.711799000, lastModified=2023-06-06 16:01:37.550451000, delta=161348000 ns, racy<=2500000000 ns 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, delta=3214131000 ns, racy<=3315000 ns 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, is unmodified 16:01:37.712 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.711799000, lastModified=2023-06-06 16:01:37.550451000, delta=161348000 ns, racy<=2500000000 ns 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.713 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.713131000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.713131000, lastModified=2023-06-06 16:01:37.550451000, delta=162680000 ns, racy<=2500000000 ns 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.713131000, lastModified=2023-06-06 16:01:37.550451000, delta=162680000 ns, racy<=2500000000 ns 16:01:37.713 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.714 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.714 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.714064000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.714 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.714064000, lastModified=2023-06-06 16:01:37.550451000, delta=163613000 ns, racy<=2500000000 ns 16:01:37.714 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.714 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.714 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.714064000, lastModified=2023-06-06 16:01:37.550451000, delta=163613000 ns, racy<=2500000000 ns 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.715 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.715507000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.715507000, lastModified=2023-06-06 16:01:37.550451000, delta=165056000 ns, racy<=2500000000 ns 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.715 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.715507000, lastModified=2023-06-06 16:01:37.550451000, delta=165056000 ns, racy<=2500000000 ns 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.716 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.716135000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.716135000, lastModified=2023-06-06 16:01:37.550451000, delta=165684000 ns, racy<=2500000000 ns 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.716135000, lastModified=2023-06-06 16:01:37.550451000, delta=165684000 ns, racy<=2500000000 ns 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.716 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.716841000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.716 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.716841000, lastModified=2023-06-06 16:01:37.550451000, delta=166390000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.716841000, lastModified=2023-06-06 16:01:37.550451000, delta=166390000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.717 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.717404000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.717404000, lastModified=2023-06-06 16:01:37.550451000, delta=166953000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.717404000, lastModified=2023-06-06 16:01:37.550451000, delta=166953000 ns, racy<=2500000000 ns 16:01:37.717 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.718 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.718051000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.718051000, lastModified=2023-06-06 16:01:37.550451000, delta=167600000 ns, racy<=2500000000 ns 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.718051000, lastModified=2023-06-06 16:01:37.550451000, delta=167600000 ns, racy<=2500000000 ns 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.718 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.718541000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.718541000, lastModified=2023-06-06 16:01:37.550451000, delta=168090000 ns, racy<=2500000000 ns 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.718 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.719 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.719008000, lastModified=2023-06-06 16:01:37.714449000, size=41, fileKey=(dev=2000cc,ino=381758132) 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.718541000, lastModified=2023-06-06 16:01:37.550451000, delta=168090000 ns, racy<=2500000000 ns 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.720 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.720273000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.720273000, lastModified=2023-06-06 16:01:37.550451000, delta=169822000 ns, racy<=2500000000 ns 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.720 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.720273000, lastModified=2023-06-06 16:01:37.550451000, delta=169822000 ns, racy<=2500000000 ns 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.722 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.722478000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.722478000, lastModified=2023-06-06 16:01:37.550451000, delta=172027000 ns, racy<=2500000000 ns 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.722478000, lastModified=2023-06-06 16:01:37.550451000, delta=172027000 ns, racy<=2500000000 ns 16:01:37.722 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.722 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.722979000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.722979000, lastModified=2023-06-06 16:01:37.550451000, delta=172528000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.722979000, lastModified=2023-06-06 16:01:37.550451000, delta=172528000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.723 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.723446000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.723446000, lastModified=2023-06-06 16:01:37.550451000, delta=172995000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.723446000, lastModified=2023-06-06 16:01:37.550451000, delta=172995000 ns, racy<=2500000000 ns 16:01:37.723 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.723 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.723980000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.723980000, lastModified=2023-06-06 16:01:37.550451000, delta=173529000 ns, racy<=2500000000 ns 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.724587000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.724703000, lastModified=2023-06-06 16:01:37.558451000, size=104, fileKey=(dev=2000cc,ino=379625557) 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.723980000, lastModified=2023-06-06 16:01:37.550451000, delta=173529000 ns, racy<=2500000000 ns 16:01:37.724 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.725 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.725048000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.725048000, lastModified=2023-06-06 16:01:37.550451000, delta=174597000 ns, racy<=2500000000 ns 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.725048000, lastModified=2023-06-06 16:01:37.550451000, delta=174597000 ns, racy<=2500000000 ns 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.725 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.725616000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.725616000, lastModified=2023-06-06 16:01:37.550451000, delta=175165000 ns, racy<=2500000000 ns 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.725 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.726 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.726 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.725616000, lastModified=2023-06-06 16:01:37.550451000, delta=175165000 ns, racy<=2500000000 ns 16:01:37.726 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.726 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.726 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.726857000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.726 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.726857000, lastModified=2023-06-06 16:01:37.550451000, delta=176406000 ns, racy<=2500000000 ns 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.727 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.728805000, lastModified=2023-06-06 16:01:37.723448000, size=0, fileKey=(dev=2000cc,ino=379625561) 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.726857000, lastModified=2023-06-06 16:01:37.550451000, delta=176406000 ns, racy<=2500000000 ns 16:01:37.728 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.728 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.729019000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.729019000, lastModified=2023-06-06 16:01:37.550451000, delta=178568000 ns, racy<=2500000000 ns 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.729512000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.729651000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.729019000, lastModified=2023-06-06 16:01:37.550451000, delta=178568000 ns, racy<=2500000000 ns 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.729 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.729847000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.729 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.729847000, lastModified=2023-06-06 16:01:37.550451000, delta=179396000 ns, racy<=2500000000 ns 16:01:37.730 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.730 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.730 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.730 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, delta=3214131000 ns, racy<=3315000 ns 16:01:37.730 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, is unmodified 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:37.719008000, lastModified=2023-06-06 16:01:37.714449000, delta=4559000 ns, racy<=3315000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, is unmodified 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.729847000, lastModified=2023-06-06 16:01:37.550451000, delta=179396000 ns, racy<=2500000000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.731 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.731328000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.731328000, lastModified=2023-06-06 16:01:37.550451000, delta=180877000 ns, racy<=2500000000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, delta=3214131000 ns, racy<=3315000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, is unmodified 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:37.719008000, lastModified=2023-06-06 16:01:37.714449000, delta=4559000 ns, racy<=3315000 ns 16:01:37.731 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, is unmodified 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.731328000, lastModified=2023-06-06 16:01:37.550451000, delta=180877000 ns, racy<=2500000000 ns 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.732 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.732626000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.732626000, lastModified=2023-06-06 16:01:37.550451000, delta=182175000 ns, racy<=2500000000 ns 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.732 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.733275000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.733375000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.733 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.734 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:34.539396000, lastModified=2023-06-06 16:01:34.410504000, delta=128892000 ns, racy<=3315000 ns 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:37.552119000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067297552119000 ns, racy<=3315000 ns 16:01:37.735 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack/preserved, is unmodified 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.732626000, lastModified=2023-06-06 16:01:37.550451000, delta=182175000 ns, racy<=2500000000 ns 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.736 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.736269000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.736269000, lastModified=2023-06-06 16:01:37.550451000, delta=185818000 ns, racy<=2500000000 ns 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:37.641635000, lastModified=2023-06-06 16:01:34.427504000, delta=3214131000 ns, racy<=3315000 ns 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, is unmodified 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:37.719008000, lastModified=2023-06-06 16:01:37.714449000, delta=4559000 ns, racy<=3315000 ns 16:01:37.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, is unmodified 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.736269000, lastModified=2023-06-06 16:01:37.550451000, delta=185818000 ns, racy<=2500000000 ns 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.737164000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.737164000, lastModified=2023-06-06 16:01:37.550451000, delta=186713000 ns, racy<=2500000000 ns 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:37.719008000, lastModified=2023-06-06 16:01:37.714449000, delta=4559000 ns, racy<=3315000 ns 16:01:37.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, is unmodified 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.737164000, lastModified=2023-06-06 16:01:37.550451000, delta=186713000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.738137000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.738137000, lastModified=2023-06-06 16:01:37.550451000, delta=187686000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.738137000, lastModified=2023-06-06 16:01:37.550451000, delta=187686000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.738689000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.738689000, lastModified=2023-06-06 16:01:37.550451000, delta=188238000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.738689000, lastModified=2023-06-06 16:01:37.550451000, delta=188238000 ns, racy<=2500000000 ns 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.739232000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.739232000, lastModified=2023-06-06 16:01:37.550451000, delta=188781000 ns, racy<=2500000000 ns 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.739232000, lastModified=2023-06-06 16:01:37.550451000, delta=188781000 ns, racy<=2500000000 ns 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.739736000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.739736000, lastModified=2023-06-06 16:01:37.550451000, delta=189285000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.739736000, lastModified=2023-06-06 16:01:37.550451000, delta=189285000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.740377000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.740377000, lastModified=2023-06-06 16:01:37.550451000, delta=189926000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.740377000, lastModified=2023-06-06 16:01:37.550451000, delta=189926000 ns, racy<=2500000000 ns 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.740909000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.740909000, lastModified=2023-06-06 16:01:37.550451000, delta=190458000 ns, racy<=2500000000 ns 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:37.741327000, lastModified=2023-06-06 16:01:37.737448000, size=41, fileKey=(dev=2000cc,ino=381758133) 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.740909000, lastModified=2023-06-06 16:01:37.550451000, delta=190458000 ns, racy<=2500000000 ns 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.741 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.741658000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.741658000, lastModified=2023-06-06 16:01:37.550451000, delta=191207000 ns, racy<=2500000000 ns 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, cannot be racily clean 16:01:37.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.749406000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:37.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.741658000, lastModified=2023-06-06 16:01:37.550451000, delta=191207000 ns, racy<=2500000000 ns 16:01:37.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.749780000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.749780000, lastModified=2023-06-06 16:01:37.550451000, delta=199329000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.749780000, lastModified=2023-06-06 16:01:37.550451000, delta=199329000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.750 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.750411000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.750411000, lastModified=2023-06-06 16:01:37.550451000, delta=199960000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.750858000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.750411000, lastModified=2023-06-06 16:01:37.550451000, delta=199960000 ns, racy<=2500000000 ns 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.751162000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.751162000, lastModified=2023-06-06 16:01:37.550451000, delta=200711000 ns, racy<=2500000000 ns 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/HEAD, create new FileSnapshot: lastRead=2023-06-06 16:01:37.751658000, lastModified=2023-06-06 16:01:34.427504000, size=23, fileKey=(dev=2000cc,ino=379625556) 16:01:37.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-06-06 16:01:37.751785000, lastModified=2023-06-06 16:01:37.737448000, size=41, fileKey=(dev=2000cc,ino=381758133) 16:01:37.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit17592889847547126211:org.eclipse.hawk.git.JGitRepository:false 16:01:37.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:37.812 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.751162000, lastModified=2023-06-06 16:01:37.550451000, delta=200711000 ns, racy<=2500000000 ns 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.828560000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.828560000, lastModified=2023-06-06 16:01:37.550451000, delta=278109000 ns, racy<=2500000000 ns 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.828 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master, isRacyClean=false, read=2023-06-06 16:01:37.751785000, lastModified=2023-06-06 16:01:37.737448000, delta=14337000 ns, racy<=3315000 ns 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master, is unmodified 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.828560000, lastModified=2023-06-06 16:01:37.550451000, delta=278109000 ns, racy<=2500000000 ns 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.829458000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.829458000, lastModified=2023-06-06 16:01:37.550451000, delta=279007000 ns, racy<=2500000000 ns 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.829 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master, isRacyClean=false, read=2023-06-06 16:01:37.751785000, lastModified=2023-06-06 16:01:37.737448000, delta=14337000 ns, racy<=3315000 ns 16:01:37.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/refs/heads/master, is unmodified 16:01:37.830 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.830886000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.829458000, lastModified=2023-06-06 16:01:37.550451000, delta=279007000 ns, racy<=2500000000 ns 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.831281000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.831281000, lastModified=2023-06-06 16:01:37.550451000, delta=280830000 ns, racy<=2500000000 ns 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.831608000, lastModified=2023-06-06 16:01:34.435504000, size=78, fileKey=(dev=2000cc,ino=379625558) 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.831281000, lastModified=2023-06-06 16:01:37.550451000, delta=280830000 ns, racy<=2500000000 ns 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.831 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.832004000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.832004000, lastModified=2023-06-06 16:01:37.550451000, delta=281553000 ns, racy<=2500000000 ns 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.831608000, lastModified=2023-06-06 16:01:34.435504000, delta=3396104000 ns, racy<=2500000000 ns 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.832 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:37.832482000, lastModified=2023-06-06 16:01:37.728448000, size=104, fileKey=(dev=2000cc,ino=379625561) 16:01:37.833 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:37.833 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:37.833583000, lastModified=2023-06-06 16:01:34.410504000, size=6, fileKey=(dev=2000cc,ino=389642747) 16:01:37.833 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.833583000, lastModified=2023-06-06 16:01:34.410504000, delta=3423079000 ns, racy<=3315000 ns 16:01:37.833 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.834 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.833583000, lastModified=2023-06-06 16:01:34.410504000, delta=3423079000 ns, racy<=3315000 ns 16:01:37.834 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.832004000, lastModified=2023-06-06 16:01:37.550451000, delta=281553000 ns, racy<=2500000000 ns 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.840334000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.840334000, lastModified=2023-06-06 16:01:37.550451000, delta=289883000 ns, racy<=2500000000 ns 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.840 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.844 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:37.844 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, size=6, fileKey=(dev=2000cc,ino=389642747) 16:01:37.844 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:37.845 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.845 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:37.845 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.840334000, lastModified=2023-06-06 16:01:37.550451000, delta=289883000 ns, racy<=2500000000 ns 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.846764000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.846 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.846764000, lastModified=2023-06-06 16:01:37.550451000, delta=296313000 ns, racy<=2500000000 ns 16:01:37.847 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.847 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.847 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.847 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.846764000, lastModified=2023-06-06 16:01:37.550451000, delta=296313000 ns, racy<=2500000000 ns 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.849173000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.849173000, lastModified=2023-06-06 16:01:37.550451000, delta=298722000 ns, racy<=2500000000 ns 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.849 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.849173000, lastModified=2023-06-06 16:01:37.550451000, delta=298722000 ns, racy<=2500000000 ns 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.852551000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.852551000, lastModified=2023-06-06 16:01:37.550451000, delta=302100000 ns, racy<=2500000000 ns 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.852 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.852551000, lastModified=2023-06-06 16:01:37.550451000, delta=302100000 ns, racy<=2500000000 ns 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.853340000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.853340000, lastModified=2023-06-06 16:01:37.550451000, delta=302889000 ns, racy<=2500000000 ns 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.853340000, lastModified=2023-06-06 16:01:37.550451000, delta=302889000 ns, racy<=2500000000 ns 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.853796000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.853 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.853796000, lastModified=2023-06-06 16:01:37.550451000, delta=303345000 ns, racy<=2500000000 ns 16:01:37.854 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.854 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.854 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.854 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.854 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:37.913 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.853796000, lastModified=2023-06-06 16:01:37.550451000, delta=303345000 ns, racy<=2500000000 ns 16:01:37.913 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:37.913 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:37.913 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:37.913909000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.913909000, lastModified=2023-06-06 16:01:37.550451000, delta=363458000 ns, racy<=2500000000 ns 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:37.914 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:37.915 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:37.915 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:37.929 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:37.929 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:37.930 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:37.930 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:38.010 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:38.018 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:38.018 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:38.019 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:38.019 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:01:38.019 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:01:38.022 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:01:38.022 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:38.022 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:38.023 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:01:38.024 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision fc359f0df6251f431031f104fd00f607c6f69172 (timepoint 1686067297000) of /tmp/junit17592889847547126211 16:01:38.024 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:37.913909000, lastModified=2023-06-06 16:01:37.550451000, delta=363458000 ns, racy<=2500000000 ns 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.026628000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.026628000, lastModified=2023-06-06 16:01:37.550451000, delta=476177000 ns, racy<=2500000000 ns 16:01:38.026 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.027 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.027 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, isRacyClean=false, read=2023-06-06 16:01:37.750116000, lastModified=2023-06-06 16:01:34.435504000, delta=3314612000 ns, racy<=2500000000 ns 16:01:38.027 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/config, is unmodified 16:01:38.027 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:37.844795000, lastModified=2023-06-06 16:01:34.410504000, delta=3434291000 ns, racy<=3315000 ns 16:01:38.027 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17592889847547126211/.git/objects/pack, is unmodified 16:01:38.027 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:38.027 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:38.040 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:38.040 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:38.040 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:38.041 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:38.041 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:38.041 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:38.041 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:38.114 [pool-64-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...16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:38.114 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:38.115 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:38.115 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:38.115 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 092b9b5ac41a05ce92adfb7c5e01896228153f69 (timepoint 1686067297002) of /tmp/junit17592889847547126211 16:01:38.116 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:38.116 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 304 ms 16:01:38.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:38.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit17592889847547126211:org.eclipse.hawk.git.JGitRepository:false 16:01:38.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:38.130 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:38.132 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:38.134 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8683793000993031748/test_defaultBranch[LevelDB GreyCat] 16:01:38.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:38.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:38.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:38.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:38.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:38.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:38.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:38.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:38.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:38.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:38.524 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:38.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:38.525 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:38.526 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:38.538 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:38.539 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:38.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:38.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:38.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:38.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:38.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:38.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:38.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:38.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:38.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:38.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:38.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:38.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:38.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:38.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:38.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:38.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:38.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:38.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:38.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:38.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:38.728 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:38.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:38.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:38.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:38.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:38.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:38.745 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:38.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:38.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:38.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:38.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:38.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:01:38.814 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:38.814 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:38.821 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:38.824 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:38.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.026628000, lastModified=2023-06-06 16:01:37.550451000, delta=476177000 ns, racy<=2500000000 ns 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.825 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.825193000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.825193000, lastModified=2023-06-06 16:01:37.550451000, delta=1274742000 ns, racy<=2500000000 ns 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.825193000, lastModified=2023-06-06 16:01:37.550451000, delta=1274742000 ns, racy<=2500000000 ns 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.825 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.825779000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.825779000, lastModified=2023-06-06 16:01:37.550451000, delta=1275328000 ns, racy<=2500000000 ns 16:01:38.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.825779000, lastModified=2023-06-06 16:01:37.550451000, delta=1275328000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.826 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.826334000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.826334000, lastModified=2023-06-06 16:01:37.550451000, delta=1275883000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.826334000, lastModified=2023-06-06 16:01:37.550451000, delta=1275883000 ns, racy<=2500000000 ns 16:01:38.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.827 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.827025000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.827025000, lastModified=2023-06-06 16:01:37.550451000, delta=1276574000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.827025000, lastModified=2023-06-06 16:01:37.550451000, delta=1276574000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.827 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.827536000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.827536000, lastModified=2023-06-06 16:01:37.550451000, delta=1277085000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.827536000, lastModified=2023-06-06 16:01:37.550451000, delta=1277085000 ns, racy<=2500000000 ns 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.828 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.828617000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.828617000, lastModified=2023-06-06 16:01:37.550451000, delta=1278166000 ns, racy<=2500000000 ns 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.828 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.828617000, lastModified=2023-06-06 16:01:37.550451000, delta=1278166000 ns, racy<=2500000000 ns 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.829 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.829258000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.829258000, lastModified=2023-06-06 16:01:37.550451000, delta=1278807000 ns, racy<=2500000000 ns 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.829258000, lastModified=2023-06-06 16:01:37.550451000, delta=1278807000 ns, racy<=2500000000 ns 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.829 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.829 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.829931000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.830 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.829931000, lastModified=2023-06-06 16:01:37.550451000, delta=1279480000 ns, racy<=2500000000 ns 16:01:38.830 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.830 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.830 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.830 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.829931000, lastModified=2023-06-06 16:01:37.550451000, delta=1279480000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.831 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.831091000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.831091000, lastModified=2023-06-06 16:01:37.550451000, delta=1280640000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.831091000, lastModified=2023-06-06 16:01:37.550451000, delta=1280640000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.831 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.831702000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.831702000, lastModified=2023-06-06 16:01:37.550451000, delta=1281251000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.831 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.831702000, lastModified=2023-06-06 16:01:37.550451000, delta=1281251000 ns, racy<=2500000000 ns 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.832 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.832379000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.832379000, lastModified=2023-06-06 16:01:37.550451000, delta=1281928000 ns, racy<=2500000000 ns 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=false, read=2023-06-06 16:01:38.826052000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298826052000 ns, racy<=2500000000 ns 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is unmodified 16:01:38.832 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.832907000, lastModified=2023-06-06 16:01:38.831430000, size=23, fileKey=(dev=2000cc,ino=406029594) 16:01:38.834 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.834325000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.835086000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.832379000, lastModified=2023-06-06 16:01:37.550451000, delta=1281928000 ns, racy<=2500000000 ns 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.835393000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.835393000, lastModified=2023-06-06 16:01:37.550451000, delta=1284942000 ns, racy<=2500000000 ns 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.835661000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.835393000, lastModified=2023-06-06 16:01:37.550451000, delta=1284942000 ns, racy<=2500000000 ns 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.835873000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.835 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.835873000, lastModified=2023-06-06 16:01:37.550451000, delta=1285422000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.835661000, lastModified=2023-06-06 16:01:38.833430000, delta=2231000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.836158000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.836158000, lastModified=2023-06-06 16:01:38.833430000, delta=2728000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.835873000, lastModified=2023-06-06 16:01:37.550451000, delta=1285422000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.836 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.836637000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.836637000, lastModified=2023-06-06 16:01:37.550451000, delta=1286186000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.836158000, lastModified=2023-06-06 16:01:38.833430000, delta=2728000 ns, racy<=2500000000 ns 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.836909000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.836909000, lastModified=2023-06-06 16:01:38.833430000, delta=3479000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.836637000, lastModified=2023-06-06 16:01:37.550451000, delta=1286186000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.837328000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.837328000, lastModified=2023-06-06 16:01:37.550451000, delta=1286877000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.836909000, lastModified=2023-06-06 16:01:38.833430000, delta=3479000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.837643000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.837643000, lastModified=2023-06-06 16:01:38.833430000, delta=4213000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.837328000, lastModified=2023-06-06 16:01:37.550451000, delta=1286877000 ns, racy<=2500000000 ns 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.837964000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.837964000, lastModified=2023-06-06 16:01:37.550451000, delta=1287513000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.837643000, lastModified=2023-06-06 16:01:38.833430000, delta=4213000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.838270000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.838270000, lastModified=2023-06-06 16:01:38.833430000, delta=4840000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.837964000, lastModified=2023-06-06 16:01:37.550451000, delta=1287513000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.838721000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.838721000, lastModified=2023-06-06 16:01:37.550451000, delta=1288270000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.838270000, lastModified=2023-06-06 16:01:38.833430000, delta=4840000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.839032000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.839032000, lastModified=2023-06-06 16:01:38.833430000, delta=5602000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.838721000, lastModified=2023-06-06 16:01:37.550451000, delta=1288270000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.839 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.839388000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.839388000, lastModified=2023-06-06 16:01:37.550451000, delta=1288937000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.839032000, lastModified=2023-06-06 16:01:38.833430000, delta=5602000 ns, racy<=2500000000 ns 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.839652000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.839652000, lastModified=2023-06-06 16:01:38.833430000, delta=6222000 ns, racy<=2500000000 ns 16:01:38.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:38.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, size=6, fileKey=(dev=2000cc,ino=415417700) 16:01:38.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:01:38.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.839388000, lastModified=2023-06-06 16:01:37.550451000, delta=1288937000 ns, racy<=2500000000 ns 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.842837000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.842837000, lastModified=2023-06-06 16:01:37.550451000, delta=1292386000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.839652000, lastModified=2023-06-06 16:01:38.833430000, delta=6222000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.843147000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.843147000, lastModified=2023-06-06 16:01:38.833430000, delta=9717000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.843319000, lastModified=2023-06-06 16:01:38.836430000, size=0, fileKey=(dev=2000cc,ino=406029598) 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.842837000, lastModified=2023-06-06 16:01:37.550451000, delta=1292386000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.843451000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.843451000, lastModified=2023-06-06 16:01:37.550451000, delta=1293000000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.843147000, lastModified=2023-06-06 16:01:38.833430000, delta=9717000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.843736000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.843736000, lastModified=2023-06-06 16:01:38.833430000, delta=10306000 ns, racy<=2500000000 ns 16:01:38.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.843967000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.844062000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.843451000, lastModified=2023-06-06 16:01:37.550451000, delta=1293000000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.844387000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.844387000, lastModified=2023-06-06 16:01:37.550451000, delta=1293936000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.843736000, lastModified=2023-06-06 16:01:38.833430000, delta=10306000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.844692000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.844692000, lastModified=2023-06-06 16:01:38.833430000, delta=11262000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.844387000, lastModified=2023-06-06 16:01:37.550451000, delta=1293936000 ns, racy<=2500000000 ns 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.844932000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.844932000, lastModified=2023-06-06 16:01:37.550451000, delta=1294481000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.844692000, lastModified=2023-06-06 16:01:38.833430000, delta=11262000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.845215000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.845215000, lastModified=2023-06-06 16:01:38.833430000, delta=11785000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.844932000, lastModified=2023-06-06 16:01:37.550451000, delta=1294481000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.845488000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.845488000, lastModified=2023-06-06 16:01:37.550451000, delta=1295037000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.845215000, lastModified=2023-06-06 16:01:38.833430000, delta=11785000 ns, racy<=2500000000 ns 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.845781000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.845781000, lastModified=2023-06-06 16:01:38.833430000, delta=12351000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.845488000, lastModified=2023-06-06 16:01:37.550451000, delta=1295037000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.846053000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.846053000, lastModified=2023-06-06 16:01:37.550451000, delta=1295602000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.845781000, lastModified=2023-06-06 16:01:38.833430000, delta=12351000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.846351000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.846351000, lastModified=2023-06-06 16:01:38.833430000, delta=12921000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, create new FileSnapshot: lastRead=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, size=23, fileKey=(dev=2000cc,ino=406029594) 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.846053000, lastModified=2023-06-06 16:01:37.550451000, delta=1295602000 ns, racy<=2500000000 ns 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.846876000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.846876000, lastModified=2023-06-06 16:01:37.550451000, delta=1296425000 ns, racy<=2500000000 ns 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.846351000, lastModified=2023-06-06 16:01:38.833430000, delta=12921000 ns, racy<=2500000000 ns 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.847178000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.847178000, lastModified=2023-06-06 16:01:38.833430000, delta=13748000 ns, racy<=2500000000 ns 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.846876000, lastModified=2023-06-06 16:01:37.550451000, delta=1296425000 ns, racy<=2500000000 ns 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.848212000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.848212000, lastModified=2023-06-06 16:01:37.550451000, delta=1297761000 ns, racy<=2500000000 ns 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.847178000, lastModified=2023-06-06 16:01:38.833430000, delta=13748000 ns, racy<=2500000000 ns 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.848498000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.848498000, lastModified=2023-06-06 16:01:38.833430000, delta=15068000 ns, racy<=2500000000 ns 16:01:38.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.848849000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.909 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.848946000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.910 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.848212000, lastModified=2023-06-06 16:01:37.550451000, delta=1297761000 ns, racy<=2500000000 ns 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.912 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.912801000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.912801000, lastModified=2023-06-06 16:01:37.550451000, delta=1362350000 ns, racy<=2500000000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.848498000, lastModified=2023-06-06 16:01:38.833430000, delta=15068000 ns, racy<=2500000000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.913179000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.913179000, lastModified=2023-06-06 16:01:38.833430000, delta=79749000 ns, racy<=2500000000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.912801000, lastModified=2023-06-06 16:01:37.550451000, delta=1362350000 ns, racy<=2500000000 ns 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.913 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.913791000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.913791000, lastModified=2023-06-06 16:01:37.550451000, delta=1363340000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.913179000, lastModified=2023-06-06 16:01:38.833430000, delta=79749000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.914120000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.914120000, lastModified=2023-06-06 16:01:38.833430000, delta=80690000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.913791000, lastModified=2023-06-06 16:01:37.550451000, delta=1363340000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.914 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.914610000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.914610000, lastModified=2023-06-06 16:01:37.550451000, delta=1364159000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.914120000, lastModified=2023-06-06 16:01:38.833430000, delta=80690000 ns, racy<=2500000000 ns 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.914965000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.914965000, lastModified=2023-06-06 16:01:38.833430000, delta=81535000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.914610000, lastModified=2023-06-06 16:01:37.550451000, delta=1364159000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.916094000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.916094000, lastModified=2023-06-06 16:01:37.550451000, delta=1365643000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.914965000, lastModified=2023-06-06 16:01:38.833430000, delta=81535000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.916418000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.916418000, lastModified=2023-06-06 16:01:38.833430000, delta=82988000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.916094000, lastModified=2023-06-06 16:01:37.550451000, delta=1365643000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.916694000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.916694000, lastModified=2023-06-06 16:01:37.550451000, delta=1366243000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.916418000, lastModified=2023-06-06 16:01:38.833430000, delta=82988000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.917020000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.917020000, lastModified=2023-06-06 16:01:38.833430000, delta=83590000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.916694000, lastModified=2023-06-06 16:01:37.550451000, delta=1366243000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.917347000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.917347000, lastModified=2023-06-06 16:01:37.550451000, delta=1366896000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.917020000, lastModified=2023-06-06 16:01:38.833430000, delta=83590000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.917632000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.917632000, lastModified=2023-06-06 16:01:38.833430000, delta=84202000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.917347000, lastModified=2023-06-06 16:01:37.550451000, delta=1366896000 ns, racy<=2500000000 ns 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.917892000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.917892000, lastModified=2023-06-06 16:01:37.550451000, delta=1367441000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.917632000, lastModified=2023-06-06 16:01:38.833430000, delta=84202000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.918204000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.918204000, lastModified=2023-06-06 16:01:38.833430000, delta=84774000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.917892000, lastModified=2023-06-06 16:01:37.550451000, delta=1367441000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.918540000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.918540000, lastModified=2023-06-06 16:01:37.550451000, delta=1368089000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.918204000, lastModified=2023-06-06 16:01:38.833430000, delta=84774000 ns, racy<=2500000000 ns 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.918830000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.918830000, lastModified=2023-06-06 16:01:38.833430000, delta=85400000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.918540000, lastModified=2023-06-06 16:01:37.550451000, delta=1368089000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.919 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.919107000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.919107000, lastModified=2023-06-06 16:01:37.550451000, delta=1368656000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.918830000, lastModified=2023-06-06 16:01:38.833430000, delta=85400000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.919405000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.919405000, lastModified=2023-06-06 16:01:38.833430000, delta=85975000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.919655000, lastModified=2023-06-06 16:01:38.915428000, size=41, fileKey=(dev=2000cc,ino=408122899) 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.919107000, lastModified=2023-06-06 16:01:37.550451000, delta=1368656000 ns, racy<=2500000000 ns 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.919 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.919938000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.919938000, lastModified=2023-06-06 16:01:37.550451000, delta=1369487000 ns, racy<=2500000000 ns 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.919405000, lastModified=2023-06-06 16:01:38.833430000, delta=85975000 ns, racy<=2500000000 ns 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.920279000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.920279000, lastModified=2023-06-06 16:01:38.833430000, delta=86849000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.919938000, lastModified=2023-06-06 16:01:37.550451000, delta=1369487000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.925381000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.925381000, lastModified=2023-06-06 16:01:37.550451000, delta=1374930000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.920279000, lastModified=2023-06-06 16:01:38.833430000, delta=86849000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.925653000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.925653000, lastModified=2023-06-06 16:01:38.833430000, delta=92223000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.925381000, lastModified=2023-06-06 16:01:37.550451000, delta=1374930000 ns, racy<=2500000000 ns 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.925862000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.925862000, lastModified=2023-06-06 16:01:37.550451000, delta=1375411000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.925653000, lastModified=2023-06-06 16:01:38.833430000, delta=92223000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.926203000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.926203000, lastModified=2023-06-06 16:01:38.833430000, delta=92773000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.925862000, lastModified=2023-06-06 16:01:37.550451000, delta=1375411000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.926 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.926411000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.926411000, lastModified=2023-06-06 16:01:37.550451000, delta=1375960000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.926203000, lastModified=2023-06-06 16:01:38.833430000, delta=92773000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.926709000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.926709000, lastModified=2023-06-06 16:01:38.833430000, delta=93279000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.926411000, lastModified=2023-06-06 16:01:37.550451000, delta=1375960000 ns, racy<=2500000000 ns 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.926 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.926975000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.926975000, lastModified=2023-06-06 16:01:37.550451000, delta=1376524000 ns, racy<=2500000000 ns 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.926709000, lastModified=2023-06-06 16:01:38.833430000, delta=93279000 ns, racy<=2500000000 ns 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.927288000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.927288000, lastModified=2023-06-06 16:01:38.833430000, delta=93858000 ns, racy<=2500000000 ns 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.927611000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.927697000, lastModified=2023-06-06 16:01:38.842430000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.926975000, lastModified=2023-06-06 16:01:37.550451000, delta=1376524000 ns, racy<=2500000000 ns 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.927 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.927830000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.927830000, lastModified=2023-06-06 16:01:37.550451000, delta=1377379000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.927288000, lastModified=2023-06-06 16:01:38.833430000, delta=93858000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.928149000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.928149000, lastModified=2023-06-06 16:01:38.833430000, delta=94719000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.927830000, lastModified=2023-06-06 16:01:37.550451000, delta=1377379000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.928 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.928384000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.928384000, lastModified=2023-06-06 16:01:37.550451000, delta=1377933000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.928149000, lastModified=2023-06-06 16:01:38.833430000, delta=94719000 ns, racy<=2500000000 ns 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.928702000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.928702000, lastModified=2023-06-06 16:01:38.833430000, delta=95272000 ns, racy<=2500000000 ns 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.928384000, lastModified=2023-06-06 16:01:37.550451000, delta=1377933000 ns, racy<=2500000000 ns 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.929389000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.929389000, lastModified=2023-06-06 16:01:37.550451000, delta=1378938000 ns, racy<=2500000000 ns 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.928702000, lastModified=2023-06-06 16:01:38.833430000, delta=95272000 ns, racy<=2500000000 ns 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.929763000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.929763000, lastModified=2023-06-06 16:01:38.833430000, delta=96333000 ns, racy<=2500000000 ns 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.931251000, lastModified=2023-06-06 16:01:38.926428000, size=0, fileKey=(dev=2000cc,ino=406029599) 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.929389000, lastModified=2023-06-06 16:01:37.550451000, delta=1378938000 ns, racy<=2500000000 ns 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.931381000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.931381000, lastModified=2023-06-06 16:01:37.550451000, delta=1380930000 ns, racy<=2500000000 ns 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.929763000, lastModified=2023-06-06 16:01:38.833430000, delta=96333000 ns, racy<=2500000000 ns 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.931647000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.931647000, lastModified=2023-06-06 16:01:38.833430000, delta=98217000 ns, racy<=2500000000 ns 16:01:38.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.931861000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.931992000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.931381000, lastModified=2023-06-06 16:01:37.550451000, delta=1380930000 ns, racy<=2500000000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.932135000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.932135000, lastModified=2023-06-06 16:01:37.550451000, delta=1381684000 ns, racy<=2500000000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.931647000, lastModified=2023-06-06 16:01:38.833430000, delta=98217000 ns, racy<=2500000000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.932422000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.932422000, lastModified=2023-06-06 16:01:38.833430000, delta=98992000 ns, racy<=2500000000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.919655000, lastModified=2023-06-06 16:01:38.915428000, delta=4227000 ns, racy<=3315000 ns 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.932135000, lastModified=2023-06-06 16:01:37.550451000, delta=1381684000 ns, racy<=2500000000 ns 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.933 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.933501000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.933501000, lastModified=2023-06-06 16:01:37.550451000, delta=1383050000 ns, racy<=2500000000 ns 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.932422000, lastModified=2023-06-06 16:01:38.833430000, delta=98992000 ns, racy<=2500000000 ns 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.933769000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.933 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.933769000, lastModified=2023-06-06 16:01:38.833430000, delta=100339000 ns, racy<=2500000000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.919655000, lastModified=2023-06-06 16:01:38.915428000, delta=4227000 ns, racy<=3315000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.933501000, lastModified=2023-06-06 16:01:37.550451000, delta=1383050000 ns, racy<=2500000000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.934 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.934648000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.934648000, lastModified=2023-06-06 16:01:37.550451000, delta=1384197000 ns, racy<=2500000000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.933769000, lastModified=2023-06-06 16:01:38.833430000, delta=100339000 ns, racy<=2500000000 ns 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.934921000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.934921000, lastModified=2023-06-06 16:01:38.833430000, delta=101491000 ns, racy<=2500000000 ns 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.935331000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:38.935408000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.935 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.934648000, lastModified=2023-06-06 16:01:37.550451000, delta=1384197000 ns, racy<=2500000000 ns 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.937926000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.937926000, lastModified=2023-06-06 16:01:37.550451000, delta=1387475000 ns, racy<=2500000000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.934921000, lastModified=2023-06-06 16:01:38.833430000, delta=101491000 ns, racy<=2500000000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.938283000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.938283000, lastModified=2023-06-06 16:01:38.833430000, delta=104853000 ns, racy<=2500000000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.919655000, lastModified=2023-06-06 16:01:38.915428000, delta=4227000 ns, racy<=3315000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.937926000, lastModified=2023-06-06 16:01:37.550451000, delta=1387475000 ns, racy<=2500000000 ns 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.938850000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.938850000, lastModified=2023-06-06 16:01:37.550451000, delta=1388399000 ns, racy<=2500000000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.938283000, lastModified=2023-06-06 16:01:38.833430000, delta=104853000 ns, racy<=2500000000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.939171000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.939171000, lastModified=2023-06-06 16:01:38.833430000, delta=105741000 ns, racy<=2500000000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.919655000, lastModified=2023-06-06 16:01:38.915428000, delta=4227000 ns, racy<=3315000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.938850000, lastModified=2023-06-06 16:01:37.550451000, delta=1388399000 ns, racy<=2500000000 ns 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.939773000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.939773000, lastModified=2023-06-06 16:01:37.550451000, delta=1389322000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.939171000, lastModified=2023-06-06 16:01:38.833430000, delta=105741000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.940111000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.940111000, lastModified=2023-06-06 16:01:38.833430000, delta=106681000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.939773000, lastModified=2023-06-06 16:01:37.550451000, delta=1389322000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.940384000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.940384000, lastModified=2023-06-06 16:01:37.550451000, delta=1389933000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.940111000, lastModified=2023-06-06 16:01:38.833430000, delta=106681000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.940677000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.940677000, lastModified=2023-06-06 16:01:38.833430000, delta=107247000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.940384000, lastModified=2023-06-06 16:01:37.550451000, delta=1389933000 ns, racy<=2500000000 ns 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.940969000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.940969000, lastModified=2023-06-06 16:01:37.550451000, delta=1390518000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.940677000, lastModified=2023-06-06 16:01:38.833430000, delta=107247000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.941254000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.941254000, lastModified=2023-06-06 16:01:38.833430000, delta=107824000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.940969000, lastModified=2023-06-06 16:01:37.550451000, delta=1390518000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.941506000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.941506000, lastModified=2023-06-06 16:01:37.550451000, delta=1391055000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.941254000, lastModified=2023-06-06 16:01:38.833430000, delta=107824000 ns, racy<=2500000000 ns 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.941806000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.941806000, lastModified=2023-06-06 16:01:38.833430000, delta=108376000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.941506000, lastModified=2023-06-06 16:01:37.550451000, delta=1391055000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.942108000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.942108000, lastModified=2023-06-06 16:01:37.550451000, delta=1391657000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.941806000, lastModified=2023-06-06 16:01:38.833430000, delta=108376000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.942409000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.942409000, lastModified=2023-06-06 16:01:38.833430000, delta=108979000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.942108000, lastModified=2023-06-06 16:01:37.550451000, delta=1391657000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.942655000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.942655000, lastModified=2023-06-06 16:01:37.550451000, delta=1392204000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.942409000, lastModified=2023-06-06 16:01:38.833430000, delta=108979000 ns, racy<=2500000000 ns 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.942935000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.942935000, lastModified=2023-06-06 16:01:38.833430000, delta=109505000 ns, racy<=2500000000 ns 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, size=41, fileKey=(dev=2000cc,ino=408122900) 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.942655000, lastModified=2023-06-06 16:01:37.550451000, delta=1392204000 ns, racy<=2500000000 ns 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.943382000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.943382000, lastModified=2023-06-06 16:01:37.550451000, delta=1392931000 ns, racy<=2500000000 ns 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.942935000, lastModified=2023-06-06 16:01:38.833430000, delta=109505000 ns, racy<=2500000000 ns 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.943648000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.943648000, lastModified=2023-06-06 16:01:38.833430000, delta=110218000 ns, racy<=2500000000 ns 16:01:38.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.943382000, lastModified=2023-06-06 16:01:37.550451000, delta=1392931000 ns, racy<=2500000000 ns 16:01:38.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.948723000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.948723000, lastModified=2023-06-06 16:01:37.550451000, delta=1398272000 ns, racy<=2500000000 ns 16:01:38.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.943648000, lastModified=2023-06-06 16:01:38.833430000, delta=110218000 ns, racy<=2500000000 ns 16:01:38.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.949109000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.949109000, lastModified=2023-06-06 16:01:38.833430000, delta=115679000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.948723000, lastModified=2023-06-06 16:01:37.550451000, delta=1398272000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.950180000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.950180000, lastModified=2023-06-06 16:01:37.550451000, delta=1399729000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.949109000, lastModified=2023-06-06 16:01:38.833430000, delta=115679000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.950512000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.950512000, lastModified=2023-06-06 16:01:38.833430000, delta=117082000 ns, racy<=2500000000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.950180000, lastModified=2023-06-06 16:01:37.550451000, delta=1399729000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.951058000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.951058000, lastModified=2023-06-06 16:01:37.550451000, delta=1400607000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.950512000, lastModified=2023-06-06 16:01:38.833430000, delta=117082000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.951349000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.951349000, lastModified=2023-06-06 16:01:38.833430000, delta=117919000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.951058000, lastModified=2023-06-06 16:01:37.550451000, delta=1400607000 ns, racy<=2500000000 ns 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.951819000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.951819000, lastModified=2023-06-06 16:01:37.550451000, delta=1401368000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.951349000, lastModified=2023-06-06 16:01:38.833430000, delta=117919000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.952128000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.952128000, lastModified=2023-06-06 16:01:38.833430000, delta=118698000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.951819000, lastModified=2023-06-06 16:01:37.550451000, delta=1401368000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.952541000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.952541000, lastModified=2023-06-06 16:01:37.550451000, delta=1402090000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.952128000, lastModified=2023-06-06 16:01:38.833430000, delta=118698000 ns, racy<=2500000000 ns 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.952823000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.952823000, lastModified=2023-06-06 16:01:38.833430000, delta=119393000 ns, racy<=2500000000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.952541000, lastModified=2023-06-06 16:01:37.550451000, delta=1402090000 ns, racy<=2500000000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.953452000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.953452000, lastModified=2023-06-06 16:01:37.550451000, delta=1403001000 ns, racy<=2500000000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.952823000, lastModified=2023-06-06 16:01:38.833430000, delta=119393000 ns, racy<=2500000000 ns 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.953753000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.953753000, lastModified=2023-06-06 16:01:38.833430000, delta=120323000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.953452000, lastModified=2023-06-06 16:01:37.550451000, delta=1403001000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.954208000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.954208000, lastModified=2023-06-06 16:01:37.550451000, delta=1403757000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.953753000, lastModified=2023-06-06 16:01:38.833430000, delta=120323000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.954505000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.954505000, lastModified=2023-06-06 16:01:38.833430000, delta=121075000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads, create new FileSnapshot: lastRead=2023-06-06 16:01:38.954722000, lastModified=2023-06-06 16:01:38.942428000, size=20, fileKey=(dev=2000cc,ino=408122898) 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.954208000, lastModified=2023-06-06 16:01:37.550451000, delta=1403757000 ns, racy<=2500000000 ns 16:01:38.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:38.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:38.954933000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.954933000, lastModified=2023-06-06 16:01:37.550451000, delta=1404482000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:38.954505000, lastModified=2023-06-06 16:01:38.833430000, delta=121075000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.010193000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.010193000, lastModified=2023-06-06 16:01:38.833430000, delta=176763000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs, create new FileSnapshot: lastRead=2023-06-06 16:01:39.010440000, lastModified=2023-06-06 16:01:38.827430000, size=31, fileKey=(dev=2000cc,ino=406902204) 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:38.954933000, lastModified=2023-06-06 16:01:37.550451000, delta=1404482000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.010730000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.010730000, lastModified=2023-06-06 16:01:37.550451000, delta=1460279000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.010193000, lastModified=2023-06-06 16:01:38.833430000, delta=176763000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.011059000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.011059000, lastModified=2023-06-06 16:01:38.833430000, delta=177629000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.010730000, lastModified=2023-06-06 16:01:37.550451000, delta=1460279000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.011520000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.011520000, lastModified=2023-06-06 16:01:37.550451000, delta=1461069000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.011059000, lastModified=2023-06-06 16:01:38.833430000, delta=177629000 ns, racy<=2500000000 ns 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.011820000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.011820000, lastModified=2023-06-06 16:01:38.833430000, delta=178390000 ns, racy<=2500000000 ns 16:01:39.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.011520000, lastModified=2023-06-06 16:01:37.550451000, delta=1461069000 ns, racy<=2500000000 ns 16:01:39.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.012889000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.012889000, lastModified=2023-06-06 16:01:37.550451000, delta=1462438000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.011820000, lastModified=2023-06-06 16:01:38.833430000, delta=178390000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.013240000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.013240000, lastModified=2023-06-06 16:01:38.833430000, delta=179810000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.012889000, lastModified=2023-06-06 16:01:37.550451000, delta=1462438000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.013531000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.013531000, lastModified=2023-06-06 16:01:37.550451000, delta=1463080000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.013240000, lastModified=2023-06-06 16:01:38.833430000, delta=179810000 ns, racy<=2500000000 ns 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.013803000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.013803000, lastModified=2023-06-06 16:01:38.833430000, delta=180373000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.013531000, lastModified=2023-06-06 16:01:37.550451000, delta=1463080000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.014113000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.014113000, lastModified=2023-06-06 16:01:37.550451000, delta=1463662000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.013803000, lastModified=2023-06-06 16:01:38.833430000, delta=180373000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.014386000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.014386000, lastModified=2023-06-06 16:01:38.833430000, delta=180956000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.014113000, lastModified=2023-06-06 16:01:37.550451000, delta=1463662000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.014639000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.014639000, lastModified=2023-06-06 16:01:37.550451000, delta=1464188000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.014386000, lastModified=2023-06-06 16:01:38.833430000, delta=180956000 ns, racy<=2500000000 ns 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.014917000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.014917000, lastModified=2023-06-06 16:01:38.833430000, delta=181487000 ns, racy<=2500000000 ns 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.015206000, lastModified=2023-06-06 16:01:39.012427000, size=41, fileKey=(dev=2000cc,ino=408122901) 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.014639000, lastModified=2023-06-06 16:01:37.550451000, delta=1464188000 ns, racy<=2500000000 ns 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.015 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.015454000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.015454000, lastModified=2023-06-06 16:01:37.550451000, delta=1465003000 ns, racy<=2500000000 ns 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.014917000, lastModified=2023-06-06 16:01:38.833430000, delta=181487000 ns, racy<=2500000000 ns 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.015764000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.015764000, lastModified=2023-06-06 16:01:38.833430000, delta=182334000 ns, racy<=2500000000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-06-06 16:01:39.015206000, lastModified=2023-06-06 16:01:39.012427000, delta=2779000 ns, racy<=3315000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, is racily clean 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-06-06 16:01:39.016481000, lastModified=2023-06-06 16:01:39.012427000, size=41, fileKey=(dev=2000cc,ino=408122901) 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-06-06 16:01:39.016481000, lastModified=2023-06-06 16:01:39.012427000, delta=4054000 ns, racy<=3315000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.015454000, lastModified=2023-06-06 16:01:37.550451000, delta=1465003000 ns, racy<=2500000000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.016723000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.016723000, lastModified=2023-06-06 16:01:37.550451000, delta=1466272000 ns, racy<=2500000000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.015764000, lastModified=2023-06-06 16:01:38.833430000, delta=182334000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.017059000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.017059000, lastModified=2023-06-06 16:01:38.833430000, delta=183629000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.016723000, lastModified=2023-06-06 16:01:37.550451000, delta=1466272000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.017 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.017616000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.017616000, lastModified=2023-06-06 16:01:37.550451000, delta=1467165000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.017059000, lastModified=2023-06-06 16:01:38.833430000, delta=183629000 ns, racy<=2500000000 ns 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.017916000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.017916000, lastModified=2023-06-06 16:01:38.833430000, delta=184486000 ns, racy<=2500000000 ns 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.017616000, lastModified=2023-06-06 16:01:37.550451000, delta=1467165000 ns, racy<=2500000000 ns 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.018 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.018586000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.018586000, lastModified=2023-06-06 16:01:37.550451000, delta=1468135000 ns, racy<=2500000000 ns 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.017916000, lastModified=2023-06-06 16:01:38.833430000, delta=184486000 ns, racy<=2500000000 ns 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.018860000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.018860000, lastModified=2023-06-06 16:01:38.833430000, delta=185430000 ns, racy<=2500000000 ns 16:01:39.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.019820000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:39.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.019906000, lastModified=2023-06-06 16:01:38.930428000, size=104, fileKey=(dev=2000cc,ino=406029599) 16:01:39.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.018586000, lastModified=2023-06-06 16:01:37.550451000, delta=1468135000 ns, racy<=2500000000 ns 16:01:39.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.022 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.022777000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.022777000, lastModified=2023-06-06 16:01:37.550451000, delta=1472326000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.018860000, lastModified=2023-06-06 16:01:38.833430000, delta=185430000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.023136000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.023136000, lastModified=2023-06-06 16:01:38.833430000, delta=189706000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.022777000, lastModified=2023-06-06 16:01:37.550451000, delta=1472326000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.023400000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.023400000, lastModified=2023-06-06 16:01:37.550451000, delta=1472949000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.023136000, lastModified=2023-06-06 16:01:38.833430000, delta=189706000 ns, racy<=2500000000 ns 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.023663000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.023663000, lastModified=2023-06-06 16:01:38.833430000, delta=190233000 ns, racy<=2500000000 ns 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.023400000, lastModified=2023-06-06 16:01:37.550451000, delta=1472949000 ns, racy<=2500000000 ns 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.024109000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.024109000, lastModified=2023-06-06 16:01:37.550451000, delta=1473658000 ns, racy<=2500000000 ns 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.023663000, lastModified=2023-06-06 16:01:38.833430000, delta=190233000 ns, racy<=2500000000 ns 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.024398000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.024398000, lastModified=2023-06-06 16:01:38.833430000, delta=190968000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.025296000, lastModified=2023-06-06 16:01:39.018427000, size=0, fileKey=(dev=2000cc,ino=406029598) 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.024109000, lastModified=2023-06-06 16:01:37.550451000, delta=1473658000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.025447000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.025447000, lastModified=2023-06-06 16:01:37.550451000, delta=1474996000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.024398000, lastModified=2023-06-06 16:01:38.833430000, delta=190968000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.025729000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.025729000, lastModified=2023-06-06 16:01:38.833430000, delta=192299000 ns, racy<=2500000000 ns 16:01:39.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.025944000, lastModified=2023-06-06 16:01:39.024427000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.025447000, lastModified=2023-06-06 16:01:37.550451000, delta=1474996000 ns, racy<=2500000000 ns 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.026267000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.026267000, lastModified=2023-06-06 16:01:37.550451000, delta=1475816000 ns, racy<=2500000000 ns 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.025729000, lastModified=2023-06-06 16:01:38.833430000, delta=192299000 ns, racy<=2500000000 ns 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.026590000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.026590000, lastModified=2023-06-06 16:01:38.833430000, delta=193160000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.026267000, lastModified=2023-06-06 16:01:37.550451000, delta=1475816000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.027 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.027311000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.027311000, lastModified=2023-06-06 16:01:37.550451000, delta=1476860000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.026590000, lastModified=2023-06-06 16:01:38.833430000, delta=193160000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.027586000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.027586000, lastModified=2023-06-06 16:01:38.833430000, delta=194156000 ns, racy<=2500000000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.027311000, lastModified=2023-06-06 16:01:37.550451000, delta=1476860000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.028050000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.028050000, lastModified=2023-06-06 16:01:37.550451000, delta=1477599000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.027586000, lastModified=2023-06-06 16:01:38.833430000, delta=194156000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.028339000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.028339000, lastModified=2023-06-06 16:01:38.833430000, delta=194909000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.028050000, lastModified=2023-06-06 16:01:37.550451000, delta=1477599000 ns, racy<=2500000000 ns 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.028800000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.028800000, lastModified=2023-06-06 16:01:37.550451000, delta=1478349000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.028339000, lastModified=2023-06-06 16:01:38.833430000, delta=194909000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.029112000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.029112000, lastModified=2023-06-06 16:01:38.833430000, delta=195682000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.028800000, lastModified=2023-06-06 16:01:37.550451000, delta=1478349000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.029 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.029519000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.029519000, lastModified=2023-06-06 16:01:37.550451000, delta=1479068000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.029112000, lastModified=2023-06-06 16:01:38.833430000, delta=195682000 ns, racy<=2500000000 ns 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.029786000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.029786000, lastModified=2023-06-06 16:01:38.833430000, delta=196356000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, isRacyClean=false, read=2023-06-06 16:01:38.846541000, lastModified=2023-06-06 16:01:38.831430000, delta=15111000 ns, racy<=3315000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, is unmodified 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.029519000, lastModified=2023-06-06 16:01:37.550451000, delta=1479068000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.030236000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.030236000, lastModified=2023-06-06 16:01:37.550451000, delta=1479785000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.029786000, lastModified=2023-06-06 16:01:38.833430000, delta=196356000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.030500000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.030500000, lastModified=2023-06-06 16:01:38.833430000, delta=197070000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.030236000, lastModified=2023-06-06 16:01:37.550451000, delta=1479785000 ns, racy<=2500000000 ns 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.030853000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.030853000, lastModified=2023-06-06 16:01:37.550451000, delta=1480402000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.030500000, lastModified=2023-06-06 16:01:38.833430000, delta=197070000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.031150000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.031150000, lastModified=2023-06-06 16:01:38.833430000, delta=197720000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.030853000, lastModified=2023-06-06 16:01:37.550451000, delta=1480402000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.031 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.031466000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.031466000, lastModified=2023-06-06 16:01:37.550451000, delta=1481015000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.031150000, lastModified=2023-06-06 16:01:38.833430000, delta=197720000 ns, racy<=2500000000 ns 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.031762000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.031762000, lastModified=2023-06-06 16:01:38.833430000, delta=198332000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.031466000, lastModified=2023-06-06 16:01:37.550451000, delta=1481015000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.032 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.032062000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.032062000, lastModified=2023-06-06 16:01:37.550451000, delta=1481611000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.031762000, lastModified=2023-06-06 16:01:38.833430000, delta=198332000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.032356000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.032356000, lastModified=2023-06-06 16:01:38.833430000, delta=198926000 ns, racy<=2500000000 ns 16:01:39.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.032062000, lastModified=2023-06-06 16:01:37.550451000, delta=1481611000 ns, racy<=2500000000 ns 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.033 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.033064000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.033064000, lastModified=2023-06-06 16:01:37.550451000, delta=1482613000 ns, racy<=2500000000 ns 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.032356000, lastModified=2023-06-06 16:01:38.833430000, delta=198926000 ns, racy<=2500000000 ns 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.033350000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.033350000, lastModified=2023-06-06 16:01:38.833430000, delta=199920000 ns, racy<=2500000000 ns 16:01:39.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.033538000, lastModified=2023-06-06 16:01:39.030426000, size=26, fileKey=(dev=2000cc,ino=406029600) 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.033064000, lastModified=2023-06-06 16:01:37.550451000, delta=1482613000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.035249000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.035249000, lastModified=2023-06-06 16:01:37.550451000, delta=1484798000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.033350000, lastModified=2023-06-06 16:01:38.833430000, delta=199920000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.035552000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.035552000, lastModified=2023-06-06 16:01:38.833430000, delta=202122000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.035249000, lastModified=2023-06-06 16:01:37.550451000, delta=1484798000 ns, racy<=2500000000 ns 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.035788000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.035788000, lastModified=2023-06-06 16:01:37.550451000, delta=1485337000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.035552000, lastModified=2023-06-06 16:01:38.833430000, delta=202122000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.036098000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.036098000, lastModified=2023-06-06 16:01:38.833430000, delta=202668000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.035788000, lastModified=2023-06-06 16:01:37.550451000, delta=1485337000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.036 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.036319000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.036319000, lastModified=2023-06-06 16:01:37.550451000, delta=1485868000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.036098000, lastModified=2023-06-06 16:01:38.833430000, delta=202668000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.036596000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.036596000, lastModified=2023-06-06 16:01:38.833430000, delta=203166000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.036319000, lastModified=2023-06-06 16:01:37.550451000, delta=1485868000 ns, racy<=2500000000 ns 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.036 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.036830000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.036830000, lastModified=2023-06-06 16:01:37.550451000, delta=1486379000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.036596000, lastModified=2023-06-06 16:01:38.833430000, delta=203166000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.037119000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.037119000, lastModified=2023-06-06 16:01:38.833430000, delta=203689000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.037504000, lastModified=2023-06-06 16:01:39.024427000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.037590000, lastModified=2023-06-06 16:01:39.024427000, size=104, fileKey=(dev=2000cc,ino=406029598) 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.036830000, lastModified=2023-06-06 16:01:37.550451000, delta=1486379000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.037 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.037733000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.037733000, lastModified=2023-06-06 16:01:37.550451000, delta=1487282000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.037119000, lastModified=2023-06-06 16:01:38.833430000, delta=203689000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.038041000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.038041000, lastModified=2023-06-06 16:01:38.833430000, delta=204611000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.037733000, lastModified=2023-06-06 16:01:37.550451000, delta=1487282000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.038273000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.038273000, lastModified=2023-06-06 16:01:37.550451000, delta=1487822000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.038041000, lastModified=2023-06-06 16:01:38.833430000, delta=204611000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.038547000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.038547000, lastModified=2023-06-06 16:01:38.833430000, delta=205117000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.038273000, lastModified=2023-06-06 16:01:37.550451000, delta=1487822000 ns, racy<=2500000000 ns 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.038966000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.038966000, lastModified=2023-06-06 16:01:37.550451000, delta=1488515000 ns, racy<=2500000000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.038547000, lastModified=2023-06-06 16:01:38.833430000, delta=205117000 ns, racy<=2500000000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.039266000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.039266000, lastModified=2023-06-06 16:01:38.833430000, delta=205836000 ns, racy<=2500000000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.040789000, lastModified=2023-06-06 16:01:39.036426000, size=0, fileKey=(dev=2000cc,ino=406029601) 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.038966000, lastModified=2023-06-06 16:01:37.550451000, delta=1488515000 ns, racy<=2500000000 ns 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.040930000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.040930000, lastModified=2023-06-06 16:01:37.550451000, delta=1490479000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.039266000, lastModified=2023-06-06 16:01:38.833430000, delta=205836000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.041249000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.041249000, lastModified=2023-06-06 16:01:38.833430000, delta=207819000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.041458000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.041561000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.040930000, lastModified=2023-06-06 16:01:37.550451000, delta=1490479000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.041 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.041710000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.041710000, lastModified=2023-06-06 16:01:37.550451000, delta=1491259000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.041249000, lastModified=2023-06-06 16:01:38.833430000, delta=207819000 ns, racy<=2500000000 ns 16:01:39.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.042013000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.042013000, lastModified=2023-06-06 16:01:38.833430000, delta=208583000 ns, racy<=2500000000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, isRacyClean=true, read=2023-06-06 16:01:39.033538000, lastModified=2023-06-06 16:01:39.030426000, delta=3112000 ns, racy<=3315000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, is racily clean 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD, create new FileSnapshot: lastRead=2023-06-06 16:01:39.042294000, lastModified=2023-06-06 16:01:39.030426000, size=26, fileKey=(dev=2000cc,ino=406029600) 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, isRacyClean=false, read=2023-06-06 16:01:39.042294000, lastModified=2023-06-06 16:01:39.030426000, delta=11868000 ns, racy<=3315000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.041710000, lastModified=2023-06-06 16:01:37.550451000, delta=1491259000 ns, racy<=2500000000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.042599000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.042599000, lastModified=2023-06-06 16:01:37.550451000, delta=1492148000 ns, racy<=2500000000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.042013000, lastModified=2023-06-06 16:01:38.833430000, delta=208583000 ns, racy<=2500000000 ns 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.042897000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.042897000, lastModified=2023-06-06 16:01:38.833430000, delta=209467000 ns, racy<=2500000000 ns 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.042599000, lastModified=2023-06-06 16:01:37.550451000, delta=1492148000 ns, racy<=2500000000 ns 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.043 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.043564000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.043564000, lastModified=2023-06-06 16:01:37.550451000, delta=1493113000 ns, racy<=2500000000 ns 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.042897000, lastModified=2023-06-06 16:01:38.833430000, delta=209467000 ns, racy<=2500000000 ns 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.043876000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.043876000, lastModified=2023-06-06 16:01:38.833430000, delta=210446000 ns, racy<=2500000000 ns 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.044278000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.044351000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:38.840102000, lastModified=2023-06-06 16:01:38.827430000, delta=12672000 ns, racy<=3315000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, isRacyClean=false, read=2023-06-06 16:01:38.841094000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067298841094000 ns, racy<=3315000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack/preserved, is unmodified 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.043564000, lastModified=2023-06-06 16:01:37.550451000, delta=1493113000 ns, racy<=2500000000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.046562000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.046562000, lastModified=2023-06-06 16:01:37.550451000, delta=1496111000 ns, racy<=2500000000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.043876000, lastModified=2023-06-06 16:01:38.833430000, delta=210446000 ns, racy<=2500000000 ns 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.046832000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.046832000, lastModified=2023-06-06 16:01:38.833430000, delta=213402000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.046562000, lastModified=2023-06-06 16:01:37.550451000, delta=1496111000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.047 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.047351000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.047351000, lastModified=2023-06-06 16:01:37.550451000, delta=1496900000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.046832000, lastModified=2023-06-06 16:01:38.833430000, delta=213402000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.047641000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.047641000, lastModified=2023-06-06 16:01:38.833430000, delta=214211000 ns, racy<=2500000000 ns 16:01:39.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, cannot be racily clean 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.047351000, lastModified=2023-06-06 16:01:37.550451000, delta=1496900000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.048215000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.048215000, lastModified=2023-06-06 16:01:37.550451000, delta=1497764000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.047641000, lastModified=2023-06-06 16:01:38.833430000, delta=214211000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.048478000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.048478000, lastModified=2023-06-06 16:01:38.833430000, delta=215048000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.048215000, lastModified=2023-06-06 16:01:37.550451000, delta=1497764000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.048752000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.048752000, lastModified=2023-06-06 16:01:37.550451000, delta=1498301000 ns, racy<=2500000000 ns 16:01:39.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.048478000, lastModified=2023-06-06 16:01:38.833430000, delta=215048000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.049080000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.049080000, lastModified=2023-06-06 16:01:38.833430000, delta=215650000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.048752000, lastModified=2023-06-06 16:01:37.550451000, delta=1498301000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.049356000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.049356000, lastModified=2023-06-06 16:01:37.550451000, delta=1498905000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.049080000, lastModified=2023-06-06 16:01:38.833430000, delta=215650000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.049644000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.049644000, lastModified=2023-06-06 16:01:38.833430000, delta=216214000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.049356000, lastModified=2023-06-06 16:01:37.550451000, delta=1498905000 ns, racy<=2500000000 ns 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.049901000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.049901000, lastModified=2023-06-06 16:01:37.550451000, delta=1499450000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.049644000, lastModified=2023-06-06 16:01:38.833430000, delta=216214000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.050285000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.050285000, lastModified=2023-06-06 16:01:38.833430000, delta=216855000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.049901000, lastModified=2023-06-06 16:01:37.550451000, delta=1499450000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.050544000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.050544000, lastModified=2023-06-06 16:01:37.550451000, delta=1500093000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.050285000, lastModified=2023-06-06 16:01:38.833430000, delta=216855000 ns, racy<=2500000000 ns 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.050789000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.050789000, lastModified=2023-06-06 16:01:38.833430000, delta=217359000 ns, racy<=2500000000 ns 16:01:39.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.050544000, lastModified=2023-06-06 16:01:37.550451000, delta=1500093000 ns, racy<=2500000000 ns 16:01:39.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.109901000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.109901000, lastModified=2023-06-06 16:01:37.550451000, delta=1559450000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.050789000, lastModified=2023-06-06 16:01:38.833430000, delta=217359000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.110238000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.110238000, lastModified=2023-06-06 16:01:38.833430000, delta=276808000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.110459000, lastModified=2023-06-06 16:01:39.047426000, size=41, fileKey=(dev=2000cc,ino=408122899) 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.109901000, lastModified=2023-06-06 16:01:37.550451000, delta=1559450000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.110 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.110764000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.110764000, lastModified=2023-06-06 16:01:37.550451000, delta=1560313000 ns, racy<=2500000000 ns 16:01:39.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.110238000, lastModified=2023-06-06 16:01:38.833430000, delta=276808000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.111076000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.111076000, lastModified=2023-06-06 16:01:38.833430000, delta=277646000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.110764000, lastModified=2023-06-06 16:01:37.550451000, delta=1560313000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.111 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.111350000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.111350000, lastModified=2023-06-06 16:01:37.550451000, delta=1560899000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.111076000, lastModified=2023-06-06 16:01:38.833430000, delta=277646000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.111616000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.111616000, lastModified=2023-06-06 16:01:38.833430000, delta=278186000 ns, racy<=2500000000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-06-06 16:01:39.110459000, lastModified=2023-06-06 16:01:39.047426000, delta=63033000 ns, racy<=3315000 ns 16:01:39.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, is unmodified 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.111350000, lastModified=2023-06-06 16:01:37.550451000, delta=1560899000 ns, racy<=2500000000 ns 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.112 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.112103000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.112103000, lastModified=2023-06-06 16:01:37.550451000, delta=1561652000 ns, racy<=2500000000 ns 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.111616000, lastModified=2023-06-06 16:01:38.833430000, delta=278186000 ns, racy<=2500000000 ns 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.112429000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.112429000, lastModified=2023-06-06 16:01:38.833430000, delta=278999000 ns, racy<=2500000000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.112103000, lastModified=2023-06-06 16:01:37.550451000, delta=1561652000 ns, racy<=2500000000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.113 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.113177000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.113177000, lastModified=2023-06-06 16:01:37.550451000, delta=1562726000 ns, racy<=2500000000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.112429000, lastModified=2023-06-06 16:01:38.833430000, delta=278999000 ns, racy<=2500000000 ns 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.113438000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.113438000, lastModified=2023-06-06 16:01:38.833430000, delta=280008000 ns, racy<=2500000000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.114525000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.114605000, lastModified=2023-06-06 16:01:39.040426000, size=104, fileKey=(dev=2000cc,ino=406029601) 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.113177000, lastModified=2023-06-06 16:01:37.550451000, delta=1562726000 ns, racy<=2500000000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.114720000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.114720000, lastModified=2023-06-06 16:01:37.550451000, delta=1564269000 ns, racy<=2500000000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.113438000, lastModified=2023-06-06 16:01:38.833430000, delta=280008000 ns, racy<=2500000000 ns 16:01:39.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.114996000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.114996000, lastModified=2023-06-06 16:01:38.833430000, delta=281566000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.114720000, lastModified=2023-06-06 16:01:37.550451000, delta=1564269000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.115217000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.115217000, lastModified=2023-06-06 16:01:37.550451000, delta=1564766000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.114996000, lastModified=2023-06-06 16:01:38.833430000, delta=281566000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.115482000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.115482000, lastModified=2023-06-06 16:01:38.833430000, delta=282052000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.115217000, lastModified=2023-06-06 16:01:37.550451000, delta=1564766000 ns, racy<=2500000000 ns 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.115826000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.115826000, lastModified=2023-06-06 16:01:37.550451000, delta=1565375000 ns, racy<=2500000000 ns 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.115482000, lastModified=2023-06-06 16:01:38.833430000, delta=282052000 ns, racy<=2500000000 ns 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.116118000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.116118000, lastModified=2023-06-06 16:01:38.833430000, delta=282688000 ns, racy<=2500000000 ns 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.115826000, lastModified=2023-06-06 16:01:37.550451000, delta=1565375000 ns, racy<=2500000000 ns 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.118 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.118611000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.118611000, lastModified=2023-06-06 16:01:37.550451000, delta=1568160000 ns, racy<=2500000000 ns 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.116118000, lastModified=2023-06-06 16:01:38.833430000, delta=282688000 ns, racy<=2500000000 ns 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.118892000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.118892000, lastModified=2023-06-06 16:01:38.833430000, delta=285462000 ns, racy<=2500000000 ns 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.118611000, lastModified=2023-06-06 16:01:37.550451000, delta=1568160000 ns, racy<=2500000000 ns 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.119 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.119542000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.119542000, lastModified=2023-06-06 16:01:37.550451000, delta=1569091000 ns, racy<=2500000000 ns 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.118892000, lastModified=2023-06-06 16:01:38.833430000, delta=285462000 ns, racy<=2500000000 ns 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.119824000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.119824000, lastModified=2023-06-06 16:01:38.833430000, delta=286394000 ns, racy<=2500000000 ns 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.120642000, lastModified=2023-06-06 16:01:39.113425000, size=0, fileKey=(dev=2000cc,ino=406029596) 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.119542000, lastModified=2023-06-06 16:01:37.550451000, delta=1569091000 ns, racy<=2500000000 ns 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.120 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.120780000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.120780000, lastModified=2023-06-06 16:01:37.550451000, delta=1570329000 ns, racy<=2500000000 ns 16:01:39.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.119824000, lastModified=2023-06-06 16:01:38.833430000, delta=286394000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.121106000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.121106000, lastModified=2023-06-06 16:01:38.833430000, delta=287676000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.121338000, lastModified=2023-06-06 16:01:39.120425000, size=104, fileKey=(dev=2000cc,ino=406029596) 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.121458000, lastModified=2023-06-06 16:01:39.120425000, size=104, fileKey=(dev=2000cc,ino=406029596) 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.120780000, lastModified=2023-06-06 16:01:37.550451000, delta=1570329000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.121746000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.121746000, lastModified=2023-06-06 16:01:37.550451000, delta=1571295000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.121106000, lastModified=2023-06-06 16:01:38.833430000, delta=287676000 ns, racy<=2500000000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.122066000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.122066000, lastModified=2023-06-06 16:01:38.833430000, delta=288636000 ns, racy<=2500000000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.121746000, lastModified=2023-06-06 16:01:37.550451000, delta=1571295000 ns, racy<=2500000000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.122 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.122755000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.122755000, lastModified=2023-06-06 16:01:37.550451000, delta=1572304000 ns, racy<=2500000000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.122066000, lastModified=2023-06-06 16:01:38.833430000, delta=288636000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.123048000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.123048000, lastModified=2023-06-06 16:01:38.833430000, delta=289618000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-06-06 16:01:39.110459000, lastModified=2023-06-06 16:01:39.047426000, delta=63033000 ns, racy<=3315000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, is unmodified 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.122755000, lastModified=2023-06-06 16:01:37.550451000, delta=1572304000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.123 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.123426000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.123426000, lastModified=2023-06-06 16:01:37.550451000, delta=1572975000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.123048000, lastModified=2023-06-06 16:01:38.833430000, delta=289618000 ns, racy<=2500000000 ns 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.123688000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.123688000, lastModified=2023-06-06 16:01:38.833430000, delta=290258000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.123426000, lastModified=2023-06-06 16:01:37.550451000, delta=1572975000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.124 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.124138000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.124138000, lastModified=2023-06-06 16:01:37.550451000, delta=1573687000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.123688000, lastModified=2023-06-06 16:01:38.833430000, delta=290258000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.124410000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.124410000, lastModified=2023-06-06 16:01:38.833430000, delta=290980000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-06-06 16:01:39.110459000, lastModified=2023-06-06 16:01:39.047426000, delta=63033000 ns, racy<=3315000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, is unmodified 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.124138000, lastModified=2023-06-06 16:01:37.550451000, delta=1573687000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.124 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.124753000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.124753000, lastModified=2023-06-06 16:01:37.550451000, delta=1574302000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.124410000, lastModified=2023-06-06 16:01:38.833430000, delta=290980000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.125044000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.125044000, lastModified=2023-06-06 16:01:38.833430000, delta=291614000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, cannot be racily clean 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-06-06 16:01:39.110459000, lastModified=2023-06-06 16:01:39.047426000, delta=63033000 ns, racy<=3315000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch.lock, is unmodified 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.124753000, lastModified=2023-06-06 16:01:37.550451000, delta=1574302000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.125 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.125442000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.125442000, lastModified=2023-06-06 16:01:37.550451000, delta=1574991000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.125044000, lastModified=2023-06-06 16:01:38.833430000, delta=291614000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.125732000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.125732000, lastModified=2023-06-06 16:01:38.833430000, delta=292302000 ns, racy<=2500000000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, isRacyClean=false, read=2023-06-06 16:01:38.943130000, lastModified=2023-06-06 16:01:38.939428000, delta=3702000 ns, racy<=3315000 ns 16:01:39.125 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/master.lock, is unmodified 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.125442000, lastModified=2023-06-06 16:01:37.550451000, delta=1574991000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.126 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.126087000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.126087000, lastModified=2023-06-06 16:01:37.550451000, delta=1575636000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.125732000, lastModified=2023-06-06 16:01:38.833430000, delta=292302000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.126364000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.126364000, lastModified=2023-06-06 16:01:38.833430000, delta=292934000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.126087000, lastModified=2023-06-06 16:01:37.550451000, delta=1575636000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.126 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.126648000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.126648000, lastModified=2023-06-06 16:01:37.550451000, delta=1576197000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.126364000, lastModified=2023-06-06 16:01:38.833430000, delta=292934000 ns, racy<=2500000000 ns 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.126 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.126907000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.126907000, lastModified=2023-06-06 16:01:38.833430000, delta=293477000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.126648000, lastModified=2023-06-06 16:01:37.550451000, delta=1576197000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.127 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.127198000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.127198000, lastModified=2023-06-06 16:01:37.550451000, delta=1576747000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.126907000, lastModified=2023-06-06 16:01:38.833430000, delta=293477000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.127462000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.127462000, lastModified=2023-06-06 16:01:38.833430000, delta=294032000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.127198000, lastModified=2023-06-06 16:01:37.550451000, delta=1576747000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.127 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.127701000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.127701000, lastModified=2023-06-06 16:01:37.550451000, delta=1577250000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.127462000, lastModified=2023-06-06 16:01:38.833430000, delta=294032000 ns, racy<=2500000000 ns 16:01:39.127 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.128 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.127984000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.128 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.127984000, lastModified=2023-06-06 16:01:38.833430000, delta=294554000 ns, racy<=2500000000 ns 16:01:39.128 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-06-06 16:01:39.128170000, lastModified=2023-06-06 16:01:39.125425000, size=23, fileKey=(dev=2000cc,ino=406029594) 16:01:39.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.138453000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.127701000, lastModified=2023-06-06 16:01:37.550451000, delta=1577250000 ns, racy<=2500000000 ns 16:01:39.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.138 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.138804000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.138804000, lastModified=2023-06-06 16:01:37.550451000, delta=1588353000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.139085000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.138804000, lastModified=2023-06-06 16:01:37.550451000, delta=1588353000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.139 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.139316000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.139316000, lastModified=2023-06-06 16:01:37.550451000, delta=1588865000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.139085000, lastModified=2023-06-06 16:01:38.833430000, delta=305655000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.139600000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.139600000, lastModified=2023-06-06 16:01:38.833430000, delta=306170000 ns, racy<=2500000000 ns 16:01:39.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.139843000, lastModified=2023-06-06 16:01:39.120425000, size=104, fileKey=(dev=2000cc,ino=406029596) 16:01:39.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit5443973504647831872:org.eclipse.hawk.git.JGitRepository:false 16:01:39.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:39.144 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.139316000, lastModified=2023-06-06 16:01:37.550451000, delta=1588865000 ns, racy<=2500000000 ns 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.217518000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.217518000, lastModified=2023-06-06 16:01:37.550451000, delta=1667067000 ns, racy<=2500000000 ns 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.139600000, lastModified=2023-06-06 16:01:38.833430000, delta=306170000 ns, racy<=2500000000 ns 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.217892000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.217892000, lastModified=2023-06-06 16:01:38.833430000, delta=384462000 ns, racy<=2500000000 ns 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-06-06 16:01:39.218453000, lastModified=2023-06-06 16:01:39.047426000, size=41, fileKey=(dev=2000cc,ino=408122899) 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.217518000, lastModified=2023-06-06 16:01:37.550451000, delta=1667067000 ns, racy<=2500000000 ns 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.218662000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.218662000, lastModified=2023-06-06 16:01:37.550451000, delta=1668211000 ns, racy<=2500000000 ns 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.217892000, lastModified=2023-06-06 16:01:38.833430000, delta=384462000 ns, racy<=2500000000 ns 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.218 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.218914000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.218914000, lastModified=2023-06-06 16:01:38.833430000, delta=385484000 ns, racy<=2500000000 ns 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch, isRacyClean=false, read=2023-06-06 16:01:39.218453000, lastModified=2023-06-06 16:01:39.047426000, delta=171027000 ns, racy<=3315000 ns 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/refs/heads/newbranch, is unmodified 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.219654000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.218662000, lastModified=2023-06-06 16:01:37.550451000, delta=1668211000 ns, racy<=2500000000 ns 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.219 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.219897000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.219897000, lastModified=2023-06-06 16:01:37.550451000, delta=1669446000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.220133000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.219897000, lastModified=2023-06-06 16:01:37.550451000, delta=1669446000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.220359000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.220359000, lastModified=2023-06-06 16:01:37.550451000, delta=1669908000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.220133000, lastModified=2023-06-06 16:01:38.833430000, delta=386703000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.220629000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.220629000, lastModified=2023-06-06 16:01:38.833430000, delta=387199000 ns, racy<=2500000000 ns 16:01:39.220 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/index, create new FileSnapshot: lastRead=2023-06-06 16:01:39.220841000, lastModified=2023-06-06 16:01:39.120425000, size=104, fileKey=(dev=2000cc,ino=406029596) 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:39.221052000, lastModified=2023-06-06 16:01:38.827430000, size=6, fileKey=(dev=2000cc,ino=415417700) 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.221052000, lastModified=2023-06-06 16:01:38.827430000, delta=393622000 ns, racy<=3315000 ns 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.221052000, lastModified=2023-06-06 16:01:38.827430000, delta=393622000 ns, racy<=3315000 ns 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.221052000, lastModified=2023-06-06 16:01:38.827430000, delta=393622000 ns, racy<=3315000 ns 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.220359000, lastModified=2023-06-06 16:01:37.550451000, delta=1669908000 ns, racy<=2500000000 ns 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.221 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.221940000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.221940000, lastModified=2023-06-06 16:01:37.550451000, delta=1671489000 ns, racy<=2500000000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.218914000, lastModified=2023-06-06 16:01:38.833430000, delta=385484000 ns, racy<=2500000000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.222221000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.222221000, lastModified=2023-06-06 16:01:38.833430000, delta=388791000 ns, racy<=2500000000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, create new FileSnapshot: lastRead=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, size=6, fileKey=(dev=2000cc,ino=415417700) 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.222 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.221940000, lastModified=2023-06-06 16:01:37.550451000, delta=1671489000 ns, racy<=2500000000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.223721000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.223721000, lastModified=2023-06-06 16:01:37.550451000, delta=1673270000 ns, racy<=2500000000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.222221000, lastModified=2023-06-06 16:01:38.833430000, delta=388791000 ns, racy<=2500000000 ns 16:01:39.223 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.223990000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.223990000, lastModified=2023-06-06 16:01:38.833430000, delta=390560000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.223721000, lastModified=2023-06-06 16:01:37.550451000, delta=1673270000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.224268000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.224268000, lastModified=2023-06-06 16:01:37.550451000, delta=1673817000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.223990000, lastModified=2023-06-06 16:01:38.833430000, delta=390560000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.224531000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.224531000, lastModified=2023-06-06 16:01:38.833430000, delta=391101000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.224268000, lastModified=2023-06-06 16:01:37.550451000, delta=1673817000 ns, racy<=2500000000 ns 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.224882000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.224 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.224882000, lastModified=2023-06-06 16:01:37.550451000, delta=1674431000 ns, racy<=2500000000 ns 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.224531000, lastModified=2023-06-06 16:01:38.833430000, delta=391101000 ns, racy<=2500000000 ns 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.225161000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.225161000, lastModified=2023-06-06 16:01:38.833430000, delta=391731000 ns, racy<=2500000000 ns 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.224882000, lastModified=2023-06-06 16:01:37.550451000, delta=1674431000 ns, racy<=2500000000 ns 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.225841000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.225 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.225841000, lastModified=2023-06-06 16:01:37.550451000, delta=1675390000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.225161000, lastModified=2023-06-06 16:01:38.833430000, delta=391731000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.226146000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.226146000, lastModified=2023-06-06 16:01:38.833430000, delta=392716000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.225841000, lastModified=2023-06-06 16:01:37.550451000, delta=1675390000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.226371000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.226371000, lastModified=2023-06-06 16:01:37.550451000, delta=1675920000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.226146000, lastModified=2023-06-06 16:01:38.833430000, delta=392716000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.226628000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.226628000, lastModified=2023-06-06 16:01:38.833430000, delta=393198000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.226371000, lastModified=2023-06-06 16:01:37.550451000, delta=1675920000 ns, racy<=2500000000 ns 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.226 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.226892000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.226892000, lastModified=2023-06-06 16:01:37.550451000, delta=1676441000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.226628000, lastModified=2023-06-06 16:01:38.833430000, delta=393198000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.227172000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.227172000, lastModified=2023-06-06 16:01:38.833430000, delta=393742000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.226892000, lastModified=2023-06-06 16:01:37.550451000, delta=1676441000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.227648000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.227648000, lastModified=2023-06-06 16:01:37.550451000, delta=1677197000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.227172000, lastModified=2023-06-06 16:01:38.833430000, delta=393742000 ns, racy<=2500000000 ns 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.227 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.227900000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.227900000, lastModified=2023-06-06 16:01:38.833430000, delta=394470000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.227648000, lastModified=2023-06-06 16:01:37.550451000, delta=1677197000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.228144000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.228144000, lastModified=2023-06-06 16:01:37.550451000, delta=1677693000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.227900000, lastModified=2023-06-06 16:01:38.833430000, delta=394470000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.228389000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.228 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.228389000, lastModified=2023-06-06 16:01:38.833430000, delta=394959000 ns, racy<=2500000000 ns 16:01:39.228 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:39.232 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.228144000, lastModified=2023-06-06 16:01:37.550451000, delta=1677693000 ns, racy<=2500000000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.233058000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.233058000, lastModified=2023-06-06 16:01:37.550451000, delta=1682607000 ns, racy<=2500000000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.228389000, lastModified=2023-06-06 16:01:38.833430000, delta=394959000 ns, racy<=2500000000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.233370000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.233370000, lastModified=2023-06-06 16:01:38.833430000, delta=399940000 ns, racy<=2500000000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.233 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.233 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:39.233 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:39.247 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:39.247 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:39.247 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:39.247 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:39.332 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:39.339 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:39.339 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:39.339 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:39.339 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:01:39.339 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:01:39.342 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:39.343 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:39.344 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1c90bef9d03841b469b63107c9386cad079ec531 (timepoint 1686067298000) of /tmp/junit5443973504647831872 16:01:39.345 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.233058000, lastModified=2023-06-06 16:01:37.550451000, delta=1682607000 ns, racy<=2500000000 ns 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.346414000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.346414000, lastModified=2023-06-06 16:01:37.550451000, delta=1795963000 ns, racy<=2500000000 ns 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.233370000, lastModified=2023-06-06 16:01:38.833430000, delta=399940000 ns, racy<=2500000000 ns 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.346742000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.346 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.346742000, lastModified=2023-06-06 16:01:38.833430000, delta=513312000 ns, racy<=2500000000 ns 16:01:39.347 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.347 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.347 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:39.347 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:39.417 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:39.417 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:39.417 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:39.418 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:39.418 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:39.418 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:39.418 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:39.429 [pool-68-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...16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:01:39.430 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0ade8dc0bc7eeea3b1696da3ab91a230e9b80ec5 (timepoint 1686067298002) of /tmp/junit5443973504647831872 16:01:39.431 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:39.432 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.346414000, lastModified=2023-06-06 16:01:37.550451000, delta=1795963000 ns, racy<=2500000000 ns 16:01:39.432 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:01:39.432 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:01:39.432 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.432783000, lastModified=2023-06-06 16:01:37.550451000, size=258, fileKey=(dev=804,ino=623277932) 16:01:39.432 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-06-06 16:01:39.432783000, lastModified=2023-06-06 16:01:37.550451000, delta=1882332000 ns, racy<=2500000000 ns 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-06-06 16:01:34.329812000, lastModified=1970-01-01 00:00:00.000000000, delta=1686067294329812000 ns, racy<=2500000000 ns 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.346742000, lastModified=2023-06-06 16:01:38.833430000, delta=513312000 ns, racy<=2500000000 ns 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, is racily clean 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, create new FileSnapshot: lastRead=2023-06-06 16:01:39.433147000, lastModified=2023-06-06 16:01:38.833430000, size=78, fileKey=(dev=2000cc,ino=406029597) 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/config, isRacyClean=true, read=2023-06-06 16:01:39.433147000, lastModified=2023-06-06 16:01:38.833430000, delta=599717000 ns, racy<=2500000000 ns 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, isRacyClean=false, read=2023-06-06 16:01:39.222523000, lastModified=2023-06-06 16:01:38.827430000, delta=395093000 ns, racy<=3315000 ns 16:01:39.433 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5443973504647831872/.git/objects/pack, is unmodified 16:01:39.433 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:39.433 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:39.445 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:39.445 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:39.445 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:39.446 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:01:39.446 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:39.446 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:01:39.446 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:39.447 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:01:39.447 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:39.447 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:01:39.448 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 42b5bd38bdb3fbb0978bf148e3e2e6f2cd6376df (timepoint 1686067299001) of /tmp/junit5443973504647831872 16:01:39.449 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:39.449 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 305 ms 16:01:39.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:39.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit5443973504647831872:org.eclipse.hawk.git.JGitRepository:false 16:01:39.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:39.538 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:39.540 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:39.542 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11392525731921907464/test_nonDefaultBranch[LevelDB GreyCat] 16:01:39.542 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:40.369 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:40.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:40.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:40.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:40.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:40.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:40.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:40.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:40.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:40.419 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:40.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:40.420 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:40.420 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:40.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:40.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:40.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:40.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:01:40.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:40.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:40.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:40.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:40.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:40.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:40.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:40.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:40.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:40.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:40.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:40.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:40.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:40.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:40.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 16:01:40.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 16:01:40.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:40.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:40.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:40.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:40.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:40.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:40.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:40.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:40.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:40.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:40.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:40.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:40.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:40.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:40.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:40.539 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:40.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:40.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:40.611 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:40.611 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:40.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:40.619 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:40.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:40.628 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:40.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo664539608305081284 16:01:42.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo664539608305081284:org.eclipse.hawk.svn.SvnManager:false 16:01:42.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:42.116 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:42.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:42.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:42.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:42.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:42.131 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:42.133 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:42.133 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:01:42.133 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:42.134 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:42.136 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:42.136 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:01:42.140 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067299627) of file:///tmp/hawkSvnRepo664539608305081284 16:01:42.140 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:42.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:42.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:42.159 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:01:42.159 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:42.159 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:42.159 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:01:42.221 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:01:42.221 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:01:42.221 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:01:42.221 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:42.221 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:42.227 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:42.229 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:42.234 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:42.234 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:01:42.234 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:42.234 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:01:42.234 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:42.234 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:01:42.235 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067300720) of file:///tmp/hawkSvnRepo664539608305081284 16:01:42.236 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:42.236 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms 16:01:42.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:42.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo664539608305081284:org.eclipse.hawk.svn.SvnManager:false 16:01:42.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:42.250 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:42.252 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:42.309 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5348355841516544522/test_countInstancesModelAll[LevelDB GreyCat] 16:01:42.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:43.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:43.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:43.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:43.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:43.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:43.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:43.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:43.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:43.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:43.420 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:43.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:43.421 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:43.421 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:43.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:43.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:43.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:43.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:43.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:43.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:43.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:43.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:43.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:43.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:43.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:43.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:43.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 16:01:43.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:43.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:43.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 16:01:43.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:01:43.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:43.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:43.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:43.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:43.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:43.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:43.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:43.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:43.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:43.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:43.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:43.543 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:43.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:43.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:43.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:43.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:43.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:43.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:43.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:43.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:43.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:43.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:43.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:43.631 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:43.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2136367111189934630:org.eclipse.hawk.svn.SvnManager:false 16:01:51.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:51.120 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:51.141 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:51.141 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:51.141 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:51.141 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:51.141 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:51.145 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:51.145 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:01:51.145 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:51.145 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:51.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... 16:01:51.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:01:51.152 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067302335) of file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.153 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:51.159 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:51.159 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:51.219 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:01:51.219 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:51.219 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:01:51.219 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:01:51.236 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:01:51.236 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:01:51.236 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:01:51.236 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:51.236 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:51.245 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:01:51.247 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:01:51.315 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:01:51.315 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:01:51.316 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:01:51.316 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s97ms [pure insertion] marking any relevant derived attributes for update...16:01:51.316 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:51.316 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:51.316 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:51.316 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:51.317 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067303716) of file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.318 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:51.322 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:51.322 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:51.335 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:01:51.335 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:51.335 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:01:51.336 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:01:51.336 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:51.336 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:01:51.336 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:51.350 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:01:51.350 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:51.350 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:51.351 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s59ms [proxy update] 16:01:51.410 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067305124) of file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.411 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:51.415 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:51.415 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:51.428 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:01:51.428 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:51.428 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:01:51.429 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:01:51.429 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:51.429 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:01:51.429 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:51.432 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:51.433 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:51.433 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:51.433 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067307128) of file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.434 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:01:51.438 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:01:51.438 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:01:51.511 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:01:51.511 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:01:51.512 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:01:51.513 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:01:51.513 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:01:51.513 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:01:51.513 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:01:51.515 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:01:51.515 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:01:51.516 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:01:51.517 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:01:51.517 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:01:51.517 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067309127) of file:///tmp/hawkSvnRepo2136367111189934630 16:01:51.518 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:51.518 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 398 ms 16:01:51.529 [pool-72-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067309127, id=32] 16:01:51.533 [pool-72-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067309127, id=32] 16:01:51.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:01:51.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2136367111189934630:org.eclipse.hawk.svn.SvnManager:false 16:01:51.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:51.537 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:01:51.540 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:01:51.541 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5092543651581090787/test_sinceThen[LevelDB GreyCat] 16:01:51.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:01:52.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:01:52.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:01:52.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:01:52.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:52.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:52.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:01:52.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:01:52.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:01:52.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:01:52.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:01:52.432 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:01:52.433 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:01:52.433 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:01:52.445 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:52.445 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:52.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 16:01:52.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:01:52.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 16:01:52.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:01:52.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:01:52.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:01:52.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:01:52.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:01:52.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:01:52.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:01:52.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:01:52.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:01:52.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:01:52.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:01:52.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:01:52.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:01:52.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:01:52.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:01:52.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:01:52.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:01:52.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:01:52.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:01:52.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:01:52.618 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:01:52.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:01:52.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:01:52.626 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:01:52.626 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:01:52.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:01:52.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:01:52.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:01:52.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:01:52.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:01:52.633 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:01:52.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:01:52.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:01:52.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:01:52.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:01:52.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:01:52.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:01:52.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:01:52.648 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:01:52.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4974096071263804893:org.eclipse.hawk.svn.SvnManager:false 16:02:00.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:00.112 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:00.130 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:00.130 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:00.130 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:00.130 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:00.130 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:00.134 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:00.135 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:02:00.135 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:00.135 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:00.138 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:00.138 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:02:00.142 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067311623) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.142 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:00.148 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:00.148 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:00.220 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:00.221 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:00.221 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:00.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:02:00.236 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:02:00.309 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:00.309 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:00.310 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:00.310 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:00.316 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:00.318 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:00.323 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:00.324 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:02:00.324 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:00.324 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:00.325 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067312743) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.326 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:00.329 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:00.329 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:00.341 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:00.342 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:00.342 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:00.342 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:00.343 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:00.343 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:00.343 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:00.411 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:02:00.411 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:00.411 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:00.411 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:00.411 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:00.412 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067314121) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.413 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:00.416 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:00.416 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:00.426 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:00.426 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:00.427 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:00.427 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:02:00.427 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:00.427 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:00.427 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:00.429 [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...16:02:00.429 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:00.430 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067316124) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.431 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:00.434 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:00.434 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:00.444 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:00.444 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:00.445 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:02:00.445 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:02:00.445 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:00.445 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:00.445 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:00.447 [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...16:02:00.447 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:00.448 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067318119) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:00.449 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:00.449 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 337 ms 16:02:02.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:02.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:02.104 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:02.105 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:02.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:02.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067318119) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:02.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:02.108 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:02.108 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:02.119 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:02.119 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:02.120 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:02:02.120 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 16:02:02.121 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:02.121 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:02.121 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:02.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... 16:02:02.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:02.124 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1686067320138) of file:///tmp/hawkSvnRepo4974096071263804893 16:02:02.124 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:02.124 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 16:02:02.129 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067312743, id=32] 16:02:02.132 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067312743, id=32] 16:02:02.137 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067312743, id=32] after for 1686067312743: 0 after for 1686067314121: 1 before for 1686067316124: 2 before for 1686067318119: 3 16:02:02.144 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067312743, id=32] 16:02:02.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:02.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4974096071263804893:org.eclipse.hawk.svn.SvnManager:false 16:02:02.211 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:02.211 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:02.213 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:02.215 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit579934758813187551/test_before[LevelDB GreyCat] 16:02:02.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:03.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:03.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:03.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:03.458 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:03.458 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:03.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:03.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:03.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:03.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:03.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:03.464 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:03.465 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:03.466 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:03.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:03.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:03.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:03.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:03.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:03.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:03.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:03.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:03.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:03.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:03.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:03.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:03.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:03.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:03.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:03.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:03.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:03.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:03.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:03.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:03.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:03.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:03.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:03.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:03.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:03.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:03.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:03.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:03.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:03.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:03.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:03.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:03.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:03.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:03.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:03.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:03.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:03.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:03.643 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:03.643 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:03.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:03.710 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:03.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:03.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:03.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:03.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:03.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:03.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:03.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:03.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:03.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:03.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:03.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15756940074624669152:org.eclipse.hawk.svn.SvnManager:false 16:02:11.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:11.116 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:11.135 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:11.135 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:11.135 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:11.135 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:11.136 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:11.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:11.139 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:02:11.140 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:11.140 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:11.143 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:11.143 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:02:11.147 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067322243) of file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.148 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:11.154 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:11.154 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:11.221 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:11.221 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:11.221 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:11.221 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:02:11.238 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:02:11.238 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:11.238 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:11.238 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:11.238 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:11.246 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:11.310 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:11.317 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:11.317 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:02:11.317 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:11.317 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s96ms [pure insertion] marking any relevant derived attributes for update...16:02:11.317 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:11.318 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067323759) of file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.319 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:11.323 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:11.323 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:11.334 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:11.334 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:11.335 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:11.335 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:11.335 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:11.335 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:11.335 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:11.347 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:11.348 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:11.349 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067325124) of file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.349 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:11.353 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:11.353 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:11.416 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:11.416 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:11.416 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:11.417 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:02:11.417 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:11.417 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:11.417 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:11.419 [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...16:02:11.419 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:11.420 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067327120) of file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.421 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:11.424 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:11.424 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:11.435 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:11.435 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:11.436 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:02:11.437 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:02:11.437 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:11.437 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:11.437 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:11.439 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:11.440 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:11.441 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:11.441 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067329121) of file:///tmp/hawkSvnRepo15756940074624669152 16:02:11.442 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:11.442 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 326 ms 16:02:11.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:11.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15756940074624669152:org.eclipse.hawk.svn.SvnManager:false 16:02:11.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:11.513 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:11.515 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:11.517 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2555636629121818659/test_commitMessages[LevelDB GreyCat] 16:02:11.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:12.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:12.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:12.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:12.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:12.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:12.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:12.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:12.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:12.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:12.441 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:12.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:12.443 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:12.443 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:12.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:12.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:12.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:12.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:12.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:12.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:12.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:12.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:12.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:12.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:12.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:12.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:12.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:12.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:12.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:12.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:12.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:12.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:12.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:12.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:12.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:12.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:12.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:12.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:12.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:12.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:12.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:12.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:12.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:12.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:12.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:12.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:12.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:12.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:12.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:12.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:12.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:12.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:12.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:12.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:12.625 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:12.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:12.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:12.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:12.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:12.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:12.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:12.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2037681285915303027:org.eclipse.hawk.svn.SvnManager:false 16:02:20.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:20.114 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:20.130 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:20.130 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:20.130 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:20.130 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:20.130 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:20.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:20.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:02:20.134 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:20.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:20.137 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:20.137 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:02:20.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067331544) of file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.142 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:20.148 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:20.149 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:20.211 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:20.211 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:20.212 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:20.212 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:02:20.233 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:02:20.234 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:20.234 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:20.234 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:20.234 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:20.245 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:20.247 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:20.315 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:20.315 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:02:20.315 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:20.315 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:02:20.315 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:20.316 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:20.317 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067332733) of file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.318 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:20.322 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:20.323 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:20.336 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:20.336 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:20.337 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:20.337 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:20.337 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:20.337 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:20.337 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:20.350 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:02:20.350 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:20.350 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:20.350 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:20.350 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:20.409 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 16:02:20.410 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067334124) of file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.411 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:20.414 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:20.414 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:20.426 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:20.426 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:20.426 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:20.427 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:02:20.427 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:20.427 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:20.427 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:20.429 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:02:20.429 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:20.430 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:20.431 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067336118) of file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.431 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:20.435 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:20.435 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:20.445 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:20.445 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:20.446 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:02:20.447 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:02:20.447 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:20.447 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:20.447 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:20.449 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:02:20.449 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:20.450 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:20.451 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067338123) of file:///tmp/hawkSvnRepo2037681285915303027 16:02:20.451 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:20.451 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 337 ms 16:02:20.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:20.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2037681285915303027:org.eclipse.hawk.svn.SvnManager:false 16:02:20.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:20.519 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:20.522 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:20.524 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12480726890671702980/test_rangesAreBothInclusive[LevelDB GreyCat] 16:02:20.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:21.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:21.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:21.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:21.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:21.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:21.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:21.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:21.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:21.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:21.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:21.438 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:21.439 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:21.439 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:21.449 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:21.449 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:21.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:21.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:21.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:21.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:21.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:21.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:21.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:21.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:21.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:21.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:21.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:21.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:21.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:21.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:21.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:21.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:21.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:21.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:21.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:21.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:21.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:21.534 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:21.625 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:21.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:21.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:21.631 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:21.631 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:21.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:21.639 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:21.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:21.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:21.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:21.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:21.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:21.710 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:21.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16479285736796276707 16:02:25.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16479285736796276707:org.eclipse.hawk.svn.SvnManager:false 16:02:25.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:25.113 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:25.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:25.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:25.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:25.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:25.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:25.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:25.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:02:25.133 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:25.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:25.136 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:25.136 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:02:25.140 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067340549) of file:///tmp/hawkSvnRepo16479285736796276707 16:02:25.140 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:25.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:25.147 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:25.157 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:02:25.157 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:25.157 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:25.157 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:02:25.228 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:02:25.229 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:25.229 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:25.229 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:25.229 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:25.238 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:25.240 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:25.247 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:25.247 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:02:25.248 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:25.248 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s91ms [pure insertion] marking any relevant derived attributes for update...16:02:25.248 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:25.248 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:25.248 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:25.248 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:25.249 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067341742) of file:///tmp/hawkSvnRepo16479285736796276707 16:02:25.250 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:25.250 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:25.251 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:02:25.252 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:02:25.317 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.065s 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:25.318 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067343165) of file:///tmp/hawkSvnRepo16479285736796276707 16:02:25.319 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:25.319 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 16:02:25.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:25.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16479285736796276707:org.eclipse.hawk.svn.SvnManager:false 16:02:25.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:25.330 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:25.332 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:25.332 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17514554475266108566/test_createDeleteNode[LevelDB GreyCat] 16:02:25.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:26.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:26.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:26.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:26.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:26.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:26.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:26.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:26.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:26.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:26.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:26.443 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:26.444 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:26.444 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:26.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:26.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:26.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:26.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:26.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:26.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:26.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:26.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:26.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:26.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:26.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:26.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:26.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:26.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:26.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:26.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:26.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:26.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:26.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:26.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:26.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:26.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:26.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:26.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:26.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:26.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:26.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:26.614 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:26.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:26.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:26.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:26.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:26.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:26.627 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:26.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:26.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:26.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:26.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:26.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:26.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:26.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6498189799571726001 16:02:30.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6498189799571726001:org.eclipse.hawk.svn.SvnManager:false 16:02:30.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:30.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:30.128 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:30.128 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:30.128 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:30.128 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:30.128 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:30.131 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:30.131 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:02:30.131 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:30.131 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:30.135 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:30.135 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:02:30.138 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067345355) of file:///tmp/hawkSvnRepo6498189799571726001 16:02:30.139 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:30.144 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:30.144 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:30.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:02:30.155 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:30.155 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:30.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:02:30.223 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:02:30.223 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:30.223 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:30.223 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:30.223 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:30.229 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:30.231 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:30.236 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:30.236 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:02:30.237 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:30.237 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067346741) of file:///tmp/hawkSvnRepo6498189799571726001 16:02:30.238 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:30.238 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:30.238 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:02:30.238 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:02:30.251 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.013s 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:30.252 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067348142) of file:///tmp/hawkSvnRepo6498189799571726001 16:02:30.253 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:30.253 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 138 ms 16:02:30.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:30.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6498189799571726001:org.eclipse.hawk.svn.SvnManager:false 16:02:30.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:30.315 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:30.317 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:30.318 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11289777372086755849/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 16:02:30.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:31.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:31.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:31.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:31.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:31.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:31.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:31.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:31.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:31.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:31.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:31.421 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:31.422 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:31.422 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:31.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:31.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:31.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:31.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:31.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:31.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:31.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 16:02:31.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:31.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:31.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:31.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:31.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:31.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:31.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:31.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:31.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:31.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:31.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:31.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:31.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:31.609 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:31.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:31.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:31.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:31.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:31.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:31.624 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:31.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:31.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:31.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:31.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:31.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:31.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:31.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15414744572964712332:org.eclipse.hawk.svn.SvnManager:false 16:02:45.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:45.118 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:45.135 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.135 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.135 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.135 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.135 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:02:45.138 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.141 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.141 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:02:45.145 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067350341) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.151 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.151 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.162 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.162 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.162 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:45.162 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:02:45.224 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:02:45.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:45.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:45.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:45.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:45.231 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:45.233 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:45.239 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:45.239 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:02:45.239 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:45.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:02:45.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:45.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:45.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.239 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:45.240 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067351750) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.241 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.244 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.256 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.256 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.256 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:45.256 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:45.257 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.257 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.257 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.320 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...16:02:45.320 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:45.321 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067353122) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.322 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.325 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.325 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.335 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.335 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.336 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:45.336 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:02:45.336 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.336 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.336 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.338 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:02:45.338 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:45.338 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:45.338 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.338 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:45.339 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067355118) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.340 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.343 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.343 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.352 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.352 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.353 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:02:45.353 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 16:02:45.353 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.353 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.353 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.412 [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...16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:45.413 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067357118) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.414 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.417 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.417 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.427 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.427 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.428 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:45.429 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:45.429 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.429 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.429 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.430 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:45.431 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1686067359118) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.432 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.435 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.435 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.445 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.445 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.446 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:45.446 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:02:45.447 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.447 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.447 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.511 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.512 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.512 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:45.512 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1686067361119) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.513 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.516 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.516 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.526 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:45.526 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:45.527 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:45.527 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:02:45.527 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:45.527 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:45.528 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:45.532 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:02:45.532 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:45.533 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:45.534 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1686067363117) of file:///tmp/hawkSvnRepo15414744572964712332 16:02:45.534 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:45.534 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 416 ms 16:02:45.539 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:02:45.540 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067363117, id=32] 16:02:45.611 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:02:45.613 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067359118, id=32] 16:02:45.616 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:02:45.621 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree label: Empty label: NotEmpty label: Empty label: NotEmpty label: NotEmpty label: Empty 16:02:45.624 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067359118, id=32] Children of NotEmpty at 1686067359118: 1 Children of NotEmpty at 1686067355118: 2 Children of NotEmpty at 1686067353122: 1 16:02:45.628 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:02:45.630 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067359118, id=32] Children of NotEmpty at 1686067359118: 1 Children of NotEmpty at 1686067355118: 2 Children of NotEmpty at 1686067353122: 1 16:02:45.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:45.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15414744572964712332:org.eclipse.hawk.svn.SvnManager:false 16:02:45.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:45.641 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:45.643 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:45.644 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8816423875228820284/test_unscope[LevelDB GreyCat] 16:02:45.647 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:46.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:46.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:46.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:46.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:46.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:46.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:46.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:46.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:46.441 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:46.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:46.442 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:46.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:46.442 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:46.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:46.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:46.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:46.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 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:46.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:46.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 16:02:46.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:46.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:46.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:46.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:46.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:46.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:46.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:46.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:46.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:46.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:46.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:46.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:46.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:46.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:46.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:46.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:46.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:46.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:46.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:46.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:46.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:46.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:46.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:46.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:46.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:46.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:46.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:46.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:46.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1274522314443974374 16:02:50.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1274522314443974374:org.eclipse.hawk.svn.SvnManager:false 16:02:50.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:50.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:50.131 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:50.132 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:50.132 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:50.132 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:50.132 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:50.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:50.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:02:50.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:50.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:50.138 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:50.138 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:02:50.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067365724) of file:///tmp/hawkSvnRepo1274522314443974374 16:02:50.143 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:50.149 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:50.149 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:50.160 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:02:50.160 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:50.160 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:50.160 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:02:50.220 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:02:50.221 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:50.221 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:50.221 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:50.221 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:50.229 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:50.231 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:50.238 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:50.238 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:02:50.239 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:50.239 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:02:50.239 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:50.239 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:50.239 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:02:50.240 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067366729) of file:///tmp/hawkSvnRepo1274522314443974374 16:02:50.241 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:50.241 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:50.241 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:02:50.241 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:02:50.314 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.073s 16:02:50.314 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:02:50.314 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:50.314 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:50.314 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:50.314 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:50.315 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067368144) of file:///tmp/hawkSvnRepo1274522314443974374 16:02:50.316 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:50.316 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 201 ms 16:02:50.329 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:50.329 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1274522314443974374:org.eclipse.hawk.svn.SvnManager:false 16:02:50.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:50.333 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:50.336 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:50.336 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11295461565988347914/test_countInstancesFromModelTypes[LevelDB GreyCat] 16:02:50.339 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:02:51.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:02:51.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:51.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:02:51.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:51.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:51.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:51.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:51.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:51.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:02:51.438 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:51.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:02:51.439 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:51.439 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:02:51.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:51.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:51.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:02:51.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:02:51.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:02:51.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:02:51.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:02:51.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:02:51.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:02:51.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:02:51.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:02:51.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:02:51.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:02:51.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:02:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:02:51.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:02:51.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:02:51.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:02:51.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:02:51.621 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:51.621 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:02:51.628 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:51.628 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:02:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:02:51.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:02:51.639 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:02:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:02:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:02:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:02:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:02:51.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:02:51.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:02:51.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12877642383948247853:org.eclipse.hawk.svn.SvnManager:false 16:02:59.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:59.127 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:59.146 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:59.146 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:59.146 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:59.146 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:59.146 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:59.150 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:59.150 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:02:59.150 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:59.150 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:59.153 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:59.153 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 16:02:59.211 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067370422) of file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.212 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:59.219 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:59.219 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:59.232 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:59.232 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:59.232 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:59.232 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:02:59.248 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:02:59.248 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:02:59.248 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:02:59.248 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:59.248 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:59.311 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:02:59.313 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:02:59.319 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:02:59.319 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:02:59.319 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:02:59.319 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:02:59.319 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:59.320 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:59.321 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:59.321 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:59.321 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067371751) of file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.322 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:59.325 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:59.325 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:59.336 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:59.336 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:59.336 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:02:59.337 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:02:59.337 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:59.337 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:59.337 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:59.351 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:59.352 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:59.352 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:59.352 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067373125) of file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.353 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:59.356 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:59.356 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:59.419 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:59.419 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:59.420 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:02:59.420 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:02:59.421 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:59.421 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:59.421 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:59.423 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:02:59.424 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:59.424 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:59.424 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:59.424 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:59.424 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067375123) of file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.425 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:59.428 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:59.428 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:59.439 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:02:59.439 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:59.439 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:02:59.440 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:02:59.440 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:02:59.440 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:02:59.440 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:02:59.442 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:02:59.442 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:02:59.442 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:02:59.442 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:02:59.442 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:02:59.443 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067377119) of file:///tmp/hawkSvnRepo12877642383948247853 16:02:59.444 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:59.444 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 317 ms 16:02:59.449 [pool-88-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067371751, id=32] 16:02:59.510 [pool-88-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067377119, id=32] 16:02:59.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:02:59.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12877642383948247853:org.eclipse.hawk.svn.SvnManager:false 16:02:59.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:59.515 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:02:59.517 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:02:59.519 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12046203946415185199/test_after[LevelDB GreyCat] 16:02:59.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:00.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:00.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:00.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:00.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:00.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:00.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:00.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:00.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:00.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:00.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:00.451 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:00.452 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:00.452 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:03:00.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:00.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:00.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:00.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:00.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:00.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:00.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:00.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:00.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:00.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:00.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:00.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:00.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:00.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:00.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:00.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:00.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:00.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:00.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:00.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:00.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:00.631 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:00.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:00.631 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:00.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:00.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:00.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:00.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:03:00.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:00.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:00.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:00.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:00.644 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:00.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:00.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:03:00.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:00.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:00.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:00.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:03:00.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:00.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:00.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:00.716 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:00.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4090339404267629356:org.eclipse.hawk.svn.SvnManager:false 16:03:08.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:08.120 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:08.136 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:08.136 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:08.136 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:08.136 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:08.136 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:08.140 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:08.140 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:03:08.140 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:08.140 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:08.143 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:08.143 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:03:08.146 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067379544) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.147 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:08.152 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:08.152 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:08.221 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:08.222 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:08.222 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:08.222 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:08.236 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:08.236 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:08.236 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:08.236 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:08.236 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:08.243 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:08.245 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:08.250 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:08.250 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:08.250 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:08.250 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s29ms [pure insertion] marking any relevant derived attributes for update...16:03:08.250 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:08.310 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:08.311 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:08.311 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:08.311 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067380747) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.312 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:08.316 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:08.316 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:08.328 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:08.328 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:08.328 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:08.329 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:08.329 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:08.329 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:08.329 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:08.340 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:08.340 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:08.340 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:08.341 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067382120) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.342 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:08.344 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:08.345 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:08.354 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:08.354 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:08.355 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:08.355 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:08.355 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:08.355 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:08.355 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:08.357 [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...16:03:08.357 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:08.357 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:08.411 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:08.411 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:08.411 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:08.412 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067384118) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.413 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:08.416 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:08.416 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:08.425 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:08.425 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:08.426 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:08.426 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:08.427 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:08.427 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:08.427 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:08.428 [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...16:03:08.428 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:08.429 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067386125) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:08.430 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:08.430 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 310 ms 16:03:10.101 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:10.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:10.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067386125) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:10.105 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:10.107 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:10.107 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:10.118 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:10.118 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:10.119 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:03:10.119 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 16:03:10.119 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:10.119 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:10.119 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:10.122 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:10.123 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:10.123 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:10.123 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:10.123 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1686067388141) of file:///tmp/hawkSvnRepo4090339404267629356 16:03:10.124 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:10.124 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 16:03:10.127 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067380747, id=32] 16:03:10.131 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067380747, id=32] 16:03:10.135 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067380747, id=32] 16:03:10.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:10.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4090339404267629356:org.eclipse.hawk.svn.SvnManager:false 16:03:10.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:10.140 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:10.142 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:10.144 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17460375930652752832/test_until[LevelDB GreyCat] 16:03:10.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:11.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:11.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:11.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:11.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:11.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:11.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:11.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:11.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:11.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:11.439 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:11.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:11.439 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:11.439 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:03:11.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:11.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:11.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:11.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:11.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:11.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:11.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:11.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:11.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:11.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:11.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:11.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:11.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:11.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:11.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:11.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:11.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:11.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:11.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:11.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:11.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:11.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:11.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:11.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:11.545 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:11.545 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:11.545 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:11.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:11.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:11.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:03:11.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:03:11.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:11.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:11.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:11.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:11.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:11.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:11.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:11.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:11.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13293533621473153059:org.eclipse.hawk.svn.SvnManager:false 16:03:19.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:19.122 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:19.144 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.144 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.144 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.144 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.144 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.149 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.149 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:03:19.209 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.209 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.213 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:19.213 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 16:03:19.217 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067390227) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.218 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.223 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.223 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.236 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:19.237 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.237 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:19.237 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:19.314 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:19.315 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:19.315 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:19.315 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:19.315 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:19.322 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:19.324 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:19.330 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:19.330 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:19.330 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:19.330 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s94ms [pure insertion] marking any relevant derived attributes for update...16:03:19.330 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:19.330 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:19.331 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067391717) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.332 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.335 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.335 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.346 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:19.346 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.347 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:19.347 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:19.347 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:19.347 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:19.347 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s67ms [pure insertion] marking any relevant derived attributes for update...16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.413 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.414 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:19.414 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:19.414 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067393122) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.415 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.418 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.418 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.429 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:19.430 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.430 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:19.431 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:19.431 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:19.431 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:19.431 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:19.433 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:19.433 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:19.433 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:19.433 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.433 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:19.434 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067395117) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.435 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.438 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.438 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.449 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:19.449 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.449 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:19.450 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:19.450 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:19.450 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:19.450 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:19.452 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:19.452 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:19.452 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:19.452 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.452 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:19.453 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067397120) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:19.454 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:19.454 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 332 ms 16:03:21.100 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:21.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:21.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:21.105 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067397120) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:21.105 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:21.108 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:21.108 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:21.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:21.120 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:21.121 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:03:21.121 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 16:03:21.122 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:21.122 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:21.122 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:21.126 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:21.127 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1686067399145) of file:///tmp/hawkSvnRepo13293533621473153059 16:03:21.128 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:21.128 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 28 ms 16:03:21.137 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.141 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.146 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.151 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.155 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.160 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067399145, id=32] 16:03:21.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:21.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13293533621473153059:org.eclipse.hawk.svn.SvnManager:false 16:03:21.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:21.212 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:21.216 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:21.217 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1207604831084333563/test_whenPoints[LevelDB GreyCat] 16:03:21.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:22.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:22.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:22.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:22.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:22.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:22.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:22.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:22.452 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:22.454 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:22.454 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:03:22.463 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.463 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:22.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:22.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:22.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:22.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:22.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:22.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:22.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:22.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:22.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:22.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:22.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:22.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:22.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:22.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:22.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:22.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:22.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:22.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:22.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:22.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:22.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:22.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:22.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:22.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:22.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:22.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:22.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:22.629 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:22.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:22.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:22.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:22.649 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:22.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 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:22.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 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:22.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 16:03:22.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 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.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 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.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 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:22.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:22.714 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:22.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14252518364716796362:org.eclipse.hawk.svn.SvnManager:false 16:03:30.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:30.116 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:30.133 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:30.133 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:30.133 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:30.134 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.134 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.137 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:30.137 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:03:30.137 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.137 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.139 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:30.139 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:03:30.143 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067401243) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.144 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:30.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:30.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:30.221 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:30.221 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:30.221 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:30.221 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:30.236 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:30.236 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:30.237 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:30.237 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:30.237 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:30.243 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:30.244 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:30.313 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:30.313 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:30.314 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:30.314 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:03:30.314 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:30.314 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:30.314 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.314 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:30.315 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067402747) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.316 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:30.319 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:30.319 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:30.329 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:30.329 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:30.329 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:30.330 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:30.330 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:30.330 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:30.330 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.341 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.342 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:30.342 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:30.342 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067404120) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.342 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:30.345 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:30.345 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:30.355 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:30.355 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:30.355 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:30.356 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:30.356 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:30.356 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:30.356 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s56ms [pure insertion] marking any relevant derived attributes for update...16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:30.411 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:30.412 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067406118) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.412 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:30.415 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:30.415 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:30.425 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:30.425 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:30.426 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:30.426 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:30.427 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:30.427 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:30.427 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:30.429 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067408116) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:30.430 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:30.430 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 314 ms 16:03:32.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:32.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:32.104 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:32.105 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:32.105 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067408116) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:32.105 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:32.107 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:32.108 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:32.118 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:32.118 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:32.118 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:03:32.119 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 16:03:32.119 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:32.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:32.119 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:32.120 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:03:32.120 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:32.120 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:32.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1686067410136) of file:///tmp/hawkSvnRepo14252518364716796362 16:03:32.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:32.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 21 ms Label at 1686067410136: SomethingElse 16:03:32.151 [pool-94-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067410136, id=32] 16:03:32.153 [pool-94-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067410136, id=32] 16:03:32.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:32.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14252518364716796362:org.eclipse.hawk.svn.SvnManager:false 16:03:32.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:32.212 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:32.214 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:32.216 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13660893509229434104/test_onceFalse[LevelDB GreyCat] 16:03:32.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:33.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:33.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:33.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:33.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:33.448 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:33.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:33.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:33.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:33.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:33.449 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:33.450 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:33.451 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:03:33.459 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.509 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:33.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:33.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:33.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:33.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:33.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:33.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:33.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:33.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:33.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:33.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:33.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:33.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:33.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:33.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:33.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:33.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:33.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:33.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:33.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:33.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:33.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:33.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:33.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:33.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:33.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:33.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:33.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:33.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:33.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:33.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:33.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:33.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:33.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:33.649 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:33.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:33.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:33.713 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.713 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:33.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:33.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:33.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:33.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:03:33.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:33.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:03:33.722 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:33.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:03:33.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:33.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:33.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:33.738 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:33.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16077373030229113008:org.eclipse.hawk.svn.SvnManager:false 16:03:41.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:41.118 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:41.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:41.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:41.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:41.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:41.137 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:41.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:41.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:03:41.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:41.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:41.144 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:41.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:03:41.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067412239) of file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:41.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:41.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:41.210 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:41.210 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.210 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.210 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:41.228 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:41.228 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:41.228 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:41.228 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:41.228 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:41.236 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:41.238 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:41.243 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:41.244 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:41.244 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:03:41.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:41.244 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:41.245 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067413832) of file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.246 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:41.249 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:41.249 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:41.316 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:41.317 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.317 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:41.318 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:41.318 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:41.318 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:41.318 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:41.331 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:03:41.331 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:41.332 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:41.333 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067415124) of file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.333 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:41.336 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:41.336 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:41.348 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:41.348 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.348 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:41.349 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:41.349 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:41.349 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:41.349 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:41.351 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:41.351 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.351 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.351 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:41.351 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:41.352 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067417129) of file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.353 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:41.412 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:41.412 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:41.423 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:41.423 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.424 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:41.424 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:41.425 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:41.425 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:41.425 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:41.427 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:41.427 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.427 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.427 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:41.427 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:41.428 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067419124) of file:///tmp/hawkSvnRepo16077373030229113008 16:03:41.429 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:41.429 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 311 ms 16:03:41.433 [pool-96-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067415124, id=32] 16:03:41.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:41.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16077373030229113008:org.eclipse.hawk.svn.SvnManager:false 16:03:41.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:41.437 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:41.440 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:41.441 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8199588429150887139/test_followReferences[LevelDB GreyCat] 16:03:41.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:42.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:42.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:42.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:42.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:42.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:42.442 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:42.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:42.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:42.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:42.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:42.443 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:42.444 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:42.444 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:03:42.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:42.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:42.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:42.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:42.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:42.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:42.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:42.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:42.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:42.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:42.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:42.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:42.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:42.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:42.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:42.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:42.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:42.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:42.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:42.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:42.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:42.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:42.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:42.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:42.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:42.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:42.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:42.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:42.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:42.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:42.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:42.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:42.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:42.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:42.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:42.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:42.621 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:42.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:42.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:03:42.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:03:42.629 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:42.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4998774098750544728:org.eclipse.hawk.svn.SvnManager:false 16:03:50.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:50.115 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:50.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:50.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:50.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:50.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:03:50.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.135 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:50.135 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:03:50.139 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067421518) of file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.139 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:50.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:50.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:50.155 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:50.155 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:50.155 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:50.155 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:50.169 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:50.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:50.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:50.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:50.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:50.175 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:50.176 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:50.211 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:50.211 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:50.212 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.212 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:50.213 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.213 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.213 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:50.213 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:50.213 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067422657) of file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.214 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:50.216 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:50.216 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:50.226 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:50.226 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:50.226 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:50.226 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:50.226 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:50.226 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:50.227 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.238 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.239 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:50.239 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:50.239 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067424120) of file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.239 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:50.242 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:50.242 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:50.251 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:50.251 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:50.252 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:50.252 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:50.252 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:50.252 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:50.252 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:50.254 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:50.254 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:50.254 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:50.254 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.254 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.309 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.056s attempting to resolve any uninitialized derived attributes... 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s56ms [proxy update] 16:03:50.310 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067426120) of file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.311 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:50.314 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:50.314 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:50.324 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:50.324 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:50.325 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:50.325 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:50.325 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:50.325 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:50.325 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:50.327 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:50.327 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:50.327 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:50.327 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.327 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:50.328 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067428116) of file:///tmp/hawkSvnRepo4998774098750544728 16:03:50.329 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:50.329 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 214 ms 16:03:50.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:50.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4998774098750544728:org.eclipse.hawk.svn.SvnManager:false 16:03:50.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:50.341 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:50.343 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:50.343 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14936394424607133362/test_untilThen[LevelDB GreyCat] 16:03:50.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:51.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:51.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:51.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:03:51.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:51.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:51.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:51.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:51.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:51.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:51.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:51.441 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:51.442 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:51.442 [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 16:03:51.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:51.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:51.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:03:51.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:03:51.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:03:51.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:03:51.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:03:51.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:03:51.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:03:51.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:03:51.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:03:51.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:03:51.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:03:51.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:03:51.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:03:51.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:03:51.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:03:51.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:03:51.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:03:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:03:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:03:51.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:03:51.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:03:51.614 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:51.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:51.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:03:51.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:51.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:03:51.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:03:51.626 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:03:51.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:03:51.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:03:51.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:03:51.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:03:51.633 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:51.633 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18273854767036041607:org.eclipse.hawk.svn.SvnManager:false 16:03:59.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:59.118 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:59.137 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:59.138 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:59.138 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.138 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:59.138 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:59.142 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:59.142 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:03:59.142 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:59.142 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:59.145 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:59.145 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:03:59.149 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067430425) of file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:59.158 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:59.158 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.172 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:59.172 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.172 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.172 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:03:59.218 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:03:59.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:03:59.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:03:59.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:59.218 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:59.226 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:59.229 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:59.235 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:59.235 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:03:59.235 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:59.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:03:59.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:59.236 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067431726) of file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.237 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:59.240 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:59.240 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.251 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:59.251 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.251 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:59.252 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:03:59.252 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:59.252 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:59.252 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:59.316 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s65ms [pure insertion] marking any relevant derived attributes for update...16:03:59.316 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:03:59.317 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067433122) of file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.318 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:59.321 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:59.321 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.333 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:59.334 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.334 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:03:59.335 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:03:59.335 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:59.335 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:59.335 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:59.338 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:59.338 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.338 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.338 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:59.338 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:59.339 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067435120) of file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.340 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:59.345 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:59.345 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.410 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:03:59.411 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.411 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:03:59.412 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:03:59.412 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:59.412 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:03:59.412 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:03:59.414 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:59.414 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.414 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.414 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:59.414 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:03:59.415 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067437123) of file:///tmp/hawkSvnRepo18273854767036041607 16:03:59.416 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:59.416 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 298 ms 16:03:59.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:59.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18273854767036041607:org.eclipse.hawk.svn.SvnManager:false 16:03:59.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:59.428 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:59.430 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:03:59.432 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1789375300958733636/test_beforeThen[LevelDB GreyCat] 16:03:59.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:00.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:00.446 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:00.446 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:00.446 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:00.446 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:00.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:00.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:00.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:00.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:00.514 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:00.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:04:00.515 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:00.515 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:00.523 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:00.523 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:00.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:04:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:00.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:00.534 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:00.534 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:00.534 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:00.534 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:04:00.535 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:04:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:00.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:00.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:00.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:00.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:00.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:00.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:00.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:00.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:04:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:04:00.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:00.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:00.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:00.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:04:00.644 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:00.644 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:00.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:04:00.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:04:00.713 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:04:00.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:04:00.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:04:00.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:04:00.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:00.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12738919979699915188 16:04:04.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12738919979699915188:org.eclipse.hawk.svn.SvnManager:false 16:04:04.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:04.111 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:04.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:04.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:04.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:04.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:04.123 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:04.126 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:04.126 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:04:04.126 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:04.126 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:04.129 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:04.129 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:04:04.132 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067439510) of file:///tmp/hawkSvnRepo12738919979699915188 16:04:04.133 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:04.138 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:04.138 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:04.148 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:04:04.148 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:04.148 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:04.148 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:04:04.213 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:04:04.213 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:04:04.213 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:04:04.213 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:04.213 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:04.219 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:04.220 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:04.225 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:04.225 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:04:04.226 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:04.226 [pool-102-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...16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:04.226 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:04.227 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:04.227 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:04.227 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067440749) of file:///tmp/hawkSvnRepo12738919979699915188 16:04:04.227 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:04.227 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:04.228 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:04:04.228 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:04:04.240 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.012s 16:04:04.240 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:04:04.240 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:04.240 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:04.240 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067442132) of file:///tmp/hawkSvnRepo12738919979699915188 16:04:04.241 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:04.242 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 131 ms 16:04:04.244 [pool-102-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 16:04:04.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:04.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12738919979699915188:org.eclipse.hawk.svn.SvnManager:false 16:04:04.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:04.315 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:04.317 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:04.318 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11432405061645677151/test_countInstancesTimeline[LevelDB GreyCat] 16:04:04.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:05.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:05.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:05.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:05.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:05.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:05.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:05.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:05.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:05.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:05.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:04:05.434 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:05.436 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:05.436 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:05.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:05.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:05.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:05.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 16:04:05.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 16:04:05.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 16:04:05.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:05.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:04:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:05.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:05.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:05.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:05.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:05.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:04:05.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:05.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:05.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:05.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:05.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:04:05.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:05.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:04:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:04:05.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.617 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:04:05.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:04:05.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:04:05.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:04:05.624 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:05.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13867793883055922841:org.eclipse.hawk.svn.SvnManager:false 16:04:13.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:13.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:13.131 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:13.131 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:13.131 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:13.131 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:13.131 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:13.134 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:13.134 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:04:13.134 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.134 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.137 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:13.137 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:04:13.141 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067444340) of file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:13.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:13.147 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:13.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:13.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:13.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:13.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:04:13.221 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:04:13.222 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:04:13.222 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:04:13.222 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:13.222 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:13.229 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:13.231 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:13.236 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:13.236 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:04:13.236 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:13.236 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:13.237 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:13.238 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067445651) of file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.238 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:13.241 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:13.241 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:13.251 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:13.252 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:13.252 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:04:13.252 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:04:13.252 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:13.252 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:13.252 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:13.319 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:04:13.319 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:13.319 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:13.319 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:13.319 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:13.320 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067447119) of file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.321 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:13.324 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:13.324 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:13.334 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:13.334 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:13.335 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:13.335 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:04:13.335 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:13.335 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:13.335 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:13.337 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:13.337 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:13.337 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:13.338 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067449116) of file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.339 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:13.342 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:13.342 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:13.351 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:13.351 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:13.352 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:04:13.352 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:04:13.352 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:13.352 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:13.352 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:13.354 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:13.354 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:13.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067451115) of file:///tmp/hawkSvnRepo13867793883055922841 16:04:13.356 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:13.356 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 242 ms 16:04:13.417 [pool-104-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067451115, id=32] 16:04:13.420 [pool-104-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067451115, id=32] 16:04:13.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:13.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13867793883055922841:org.eclipse.hawk.svn.SvnManager:false 16:04:13.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:13.426 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:13.428 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:13.430 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6264487377273491867/test_afterThen[LevelDB GreyCat] 16:04:13.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:14.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:14.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:14.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:14.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:14.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:14.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:14.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:14.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:14.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:14.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:04:14.462 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:14.463 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:14.463 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:14.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:14.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:14.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:14.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:14.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:14.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:14.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:14.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:14.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:04:14.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:14.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:14.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:14.537 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:04:14.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:14.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:14.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:04:14.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:14.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:14.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:14.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:04:14.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:14.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:14.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:04:14.716 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:14.716 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:04:14.725 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:04:14.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:04:14.726 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:04:14.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:04:14.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:04:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:04:14.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:04:14.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:04:14.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:04:14.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:14.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6779409655950618147 16:04:18.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6779409655950618147:org.eclipse.hawk.svn.SvnManager:false 16:04:18.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.111 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.124 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.124 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.124 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.124 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.124 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:04:18.127 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.130 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:18.131 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:04:18.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067453510) of file:///tmp/hawkSvnRepo6779409655950618147 16:04:18.135 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.151 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:04:18.151 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:18.151 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:18.151 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:04:18.217 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:04:18.217 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:04:18.217 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:04:18.217 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.217 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.224 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:18.225 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:18.230 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:18.230 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:04:18.230 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:18.230 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:04:18.230 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:18.231 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067454833) of file:///tmp/hawkSvnRepo6779409655950618147 16:04:18.232 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.232 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.232 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:04:18.232 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:04:18.245 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.013s 16:04:18.245 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:04:18.245 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.245 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:18.246 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067456148) of file:///tmp/hawkSvnRepo6779409655950618147 16:04:18.247 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:18.247 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 136 ms 16:04:18.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:18.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6779409655950618147:org.eclipse.hawk.svn.SvnManager:false 16:04:18.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.318 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:18.321 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:18.321 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4467208474716347511/test_countInstancesFromModel[LevelDB GreyCat] 16:04:18.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:19.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:19.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:19.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:19.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:19.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:19.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:19.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:19.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:04:19.437 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:19.438 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:19.438 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:19.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:19.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 16:04:19.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:19.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[] 16:04:19.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:04:19.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:19.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:19.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:19.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:19.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:19.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:19.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:19.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:19.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:19.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:04:19.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:19.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:19.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:04:19.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:19.537 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:19.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:04:19.613 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.613 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:04:19.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:04:19.621 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:04:19.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:04:19.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:04:19.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:19.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:19.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15756015249944335776:org.eclipse.hawk.svn.SvnManager:false 16:04:27.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:27.111 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:27.128 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.129 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.129 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.129 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:27.129 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:27.133 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:27.133 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:04:27.133 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:27.133 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:27.137 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:27.137 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:04:27.141 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067458343) of file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.158 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:27.158 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.158 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:27.158 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:04:27.220 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:04:27.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:04:27.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:04:27.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:27.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:27.226 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:27.227 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:27.232 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:27.232 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:04:27.232 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:27.232 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:27.233 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067459723) of file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.234 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.237 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.237 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.246 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:27.246 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.247 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:04:27.247 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:04:27.247 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:27.247 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:27.247 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:27.315 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:04:27.315 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:27.316 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067461118) of file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.317 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.319 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.319 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.329 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:27.329 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.329 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:27.329 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:04:27.330 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:27.330 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:27.330 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:27.332 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067463119) of file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.333 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.336 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.336 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.345 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:27.345 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.346 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:04:27.347 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:04:27.347 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:27.347 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:27.347 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:04:27.349 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1686067465114) of file:///tmp/hawkSvnRepo15756015249944335776 16:04:27.350 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:27.350 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 239 ms 16:04:27.413 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.415 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.418 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.420 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.423 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.425 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.428 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.430 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067465114, id=32] 16:04:27.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:27.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15756015249944335776:org.eclipse.hawk.svn.SvnManager:false 16:04:27.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:27.434 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:27.436 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:27.438 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1009405090348874152/test_alwaysTrue[LevelDB GreyCat] 16:04:27.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:28.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:28.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:28.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:28.452 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:28.452 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:28.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:28.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:28.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:28.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:28.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:04:28.458 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:28.459 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:28.459 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:28.465 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:28.465 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:28.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:28.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:04:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:04:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:04:28.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:28.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:28.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:28.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:28.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:28.548 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:28.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:28.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:04:28.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:28.611 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:28.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:04:28.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:04:28.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.617 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:04:28.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:04:28.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:04:28.625 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:28.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:28.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:28.626 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:28.626 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:28.632 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:28.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:28.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:28.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 16:04:28.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#hasNoChildren (isMany=false|isOrdered=false|isUnique=false|type=TimelineAnnotation) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.isEmpty; 16:04:28.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo17585654508459359751 16:04:34.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17585654508459359751:org.eclipse.hawk.svn.SvnManager:false 16:04:34.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:34.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:34.123 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:34.124 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:34.124 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:34.124 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:34.124 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:34.127 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:34.127 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:04:34.127 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:34.127 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:34.129 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:34.129 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:04:34.134 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1686067467512) of file:///tmp/hawkSvnRepo17585654508459359751 16:04:34.135 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:34.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:34.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:34.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:34.150 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:34.210 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:34.210 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:04:34.220 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:04:34.233 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:34.233 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:04:34.233 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:34.233 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:04:34.233 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:34.233 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:34.234 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:34.235 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:04:34.236 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067468717, id=30] 16:04:34.243 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:04:34.243 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:34.243 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:04:34.243 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1686067468717) of file:///tmp/hawkSvnRepo17585654508459359751 16:04:34.244 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:34.247 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:34.247 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:34.313 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:34.314 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:34.314 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:04:34.314 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:04:34.314 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:34.314 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:34.314 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:34.330 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:34.331 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:04:34.331 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:34.331 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:34.331 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:04:34.340 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:04:34.340 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:34.340 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:04:34.341 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1686067470121) of file:///tmp/hawkSvnRepo17585654508459359751 16:04:34.341 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:34.344 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:34.344 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:34.354 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:04:34.354 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:34.354 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:34.354 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:04:34.354 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:34.354 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:04:34.354 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:34.422 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:34.423 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:34.424 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:04:34.430 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:04:34.430 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:04:34.430 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 16:04:34.431 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1686067472114) of file:///tmp/hawkSvnRepo17585654508459359751 16:04:34.431 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:34.431 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 321 ms 16:04:34.436 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067472114, id=30] 16:04:34.439 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1686067472114, id=30] 16:04:34.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:34.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17585654508459359751:org.eclipse.hawk.svn.SvnManager:false 16:04:34.446 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:34.447 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:34.449 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:34.451 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17313343336329478114/test_whenAnnotated[LevelDB GreyCat] 16:04:34.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 275.364 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 13.685 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.913 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 6.977 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.529 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.073 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.726 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.963 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.641 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 7.773 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 4.612 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 1.409 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.772 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.232 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.674 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.302 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.005 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.806 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.985 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.329 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.691 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.183 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.625 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.072 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.999 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.226 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.902 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.087 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.885 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.114 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.889 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.118 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.071 s edgesWithRanges[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.332 s outgoingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.277 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.436 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.365 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.286 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.316 s incomingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.325 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.291 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.375 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.339 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.353 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 16:04:38.718 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:04:38.925 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.485 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.206 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 16:04:39.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:39.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:39.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:04:39.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:39.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:39.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:39.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:39.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:39.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:39.239 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:39.240 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! interesting 0 deleted 0 16:04:39.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:04:39.241 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:04:39.419 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 16:04:39.419 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 16:04:39.419 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:04:39.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:39.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:39.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:04:39.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:04:39.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:04:39.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:04:39.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 16:04:39.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 16:04:39.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04:39.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:04:39.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04:39.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:04:39.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:04:39.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 16:04:39.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:04:39.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:04:39.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04:39.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:04:39.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:04:39.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04:39.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04:39.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:04:39.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:04:39.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:04:39.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:04:39.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:04:39.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:04:39.535 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:04:39.537 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:04:39.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:04:39.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:04:39.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:04:39.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:04:39.745 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:04:39.827 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:04:39.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:04:39.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:04:39.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:04:39.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:04:40.125 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:04:40.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:40.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:40.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:40.422 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:40.978 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:41.018 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:41.018 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:47.343 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:47.343 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:47.343 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:47.344 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:47.418 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:47.825 [pool-125-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 16:05:07.035 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 19 sec (19 sec total) to /set0.xmi 16:05:07.151 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:05:07.523 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:05:07.861 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:05:13.899 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~26sec) 16:05:13.900 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:05:24.515 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 10 sec (10 sec total) to /set0.xmi 16:05:30.514 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~16 sec) 16:05:30.515 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 43s176ms [pure insertion] marking any relevant derived attributes for update...16:05:30.515 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s6ms 16:05:30.522 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms 16:05:30.522 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:30.522 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.407s attempting to resolve any uninitialized derived attributes... 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:30.929 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s408ms [proxy update] 16:05:30.930 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:30.930 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~50s validating changes... validating file UPDATED for /set0.xmi 16:05:37.210 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:05:37.524 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:05:37.862 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/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) changed resource size: 69680 relevant graph size: 69680 validated changes... true 16:05:43.856 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 63 s 434 ms 16:05:43.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:43.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:43.878 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:43.879 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:43.910 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:43.926 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13992692936791050272/test_set0[LevelDB GreyCat] 16:05:43.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:44.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:44.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:44.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:44.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:44.060 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:44.066 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:44.066 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:44.066 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:44.067 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:44.067 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:44.067 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:44.067 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:44.068 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:44.081 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:44.081 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:44.119 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:44.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:44.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:44.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:44.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:44.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:44.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:44.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:44.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:44.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:44.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:44.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:44.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:44.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:44.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:44.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:44.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:44.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:44.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:44.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:44.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:44.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:44.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:44.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:44.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:44.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:44.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:44.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:44.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:44.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:44.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:44.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:44.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:44.337 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:44.341 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:44.348 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:44.348 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:44.350 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:05:44.350 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:44.350 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:44.350 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:05:44.413 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:05:44.420 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:05:44.420 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:05:44.421 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:44.421 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:05:44.421 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:05:44.425 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:05:44.425 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:44.425 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:44.425 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:44.425 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:44.426 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:05:44.428 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 91 ms WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.epsilon.eol.util.ReflectionUtil (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.epsilon.eol.engine/2.4.0.202203041826/org.eclipse.epsilon.eol.engine-2.4.0.202203041826.jar) to method java.util.Collections$EmptyList.size() WARNING: Please consider reporting this to the maintainers of org.eclipse.epsilon.eol.util.ReflectionUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 16:05:44.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:44.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:44.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:44.441 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:44.442 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:44.443 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3181240811553996713/test_tree[LevelDB GreyCat] 16:05:44.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:44.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:44.844 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:44.844 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:44.844 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:44.844 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:44.848 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:44.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:44.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:44.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:44.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:44.849 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:44.850 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:44.850 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:44.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:44.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:44.928 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:44.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:44.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:44.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:44.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:44.937 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:44.937 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:45.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:45.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:45.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:45.015 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:45.015 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:45.015 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:45.015 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:45.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:45.018 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:45.019 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:45.019 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:45.019 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:45.020 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:45.021 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:45.021 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:45.021 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:45.022 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:45.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:45.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:45.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:45.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:45.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:45.131 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:45.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:45.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:45.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:45.417 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:45.421 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:45.429 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:45.429 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:45.431 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 16:05:45.431 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:45.431 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:45.431 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 16:05:45.520 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 16:05:45.527 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:45.527 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 16:05:45.527 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:45.528 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s98ms [pure insertion] marking any relevant derived attributes for update...16:05:45.528 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:05:45.531 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:05:45.531 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:45.531 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:45.532 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:05:45.533 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:45.533 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 16:05:45.534 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 117 ms 16:05:45.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:45.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:45.626 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:45.626 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:45.628 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:45.629 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1683546240488119877/test_treeWithSpaces[LevelDB GreyCat] 16:05:45.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:46.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:46.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:46.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:46.039 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:46.039 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:46.043 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:46.043 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:46.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:46.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:46.044 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:46.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:46.045 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:46.046 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:46.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:46.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:46.122 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:46.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:46.124 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:46.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:46.128 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:46.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:46.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:46.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:46.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:46.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:46.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:46.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:46.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:46.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:46.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:46.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:46.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:46.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:46.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:46.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:46.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:46.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:46.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:46.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:46.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:46.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:46.428 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:46.432 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:46.443 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:46.443 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:46.445 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:05:46.445 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:46.446 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:46.446 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:05:46.524 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:05:46.532 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:05:46.533 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:05:46.612 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:46.613 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s168ms [pure insertion] marking any relevant derived attributes for update...16:05:46.613 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:05:46.616 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:05:46.618 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 16:05:46.618 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:46.618 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:46.618 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 16:05:46.623 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 16:05:46.624 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:46.624 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 16:05:46.629 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:46.629 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:05:46.629 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:46.629 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:46.629 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:46.629 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:46.631 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:46.634 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 16:05:46.635 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:46.635 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 16:05:46.637 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 209 ms 16:05:46.712 [pool-131-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 16:05:46.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:46.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:46.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:46.720 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:46.721 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:46.722 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12159950188763433343/test_treeCrossResourceContainment[LevelDB GreyCat] 16:05:46.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:47.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:47.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:47.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:47.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:47.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:47.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:47.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:47.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:47.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:47.235 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:47.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:47.236 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:47.236 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:47.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:47.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:47.329 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:47.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:47.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:47.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:47.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:47.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:47.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:47.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:47.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 16:05:47.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:47.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:47.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:47.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:47.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 16:05:47.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:47.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:47.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:47.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:47.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:47.617 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:47.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:47.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:47.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:47.740 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:47.743 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:47.750 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:47.750 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:47.751 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:05:47.751 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:47.752 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:47.752 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:05:47.767 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:05:47.811 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:05:47.811 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:05:47.812 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:05:47.812 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s61ms [pure insertion] marking any relevant derived attributes for update...16:05:47.812 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:05:47.816 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:05:47.816 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:47.816 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:47.817 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:05:47.818 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:47.818 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:47.818 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms 16:05:47.818 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 16:05:47.819 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 16:05:47.826 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 16:05:47.828 [pool-133-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 16:05:47.830 [pool-133-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 16:05:47.830 [pool-133-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 16:05:47.944 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:05:47.944 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.118s 16:05:47.944 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 16:05:48.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:48.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:48.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:48.016 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:48.019 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:48.019 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9511238923066268509/test_derivedEdgeCollection[LevelDB GreyCat] 16:05:48.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:48.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:48.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:48.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:48.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:48.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:48.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:48.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:48.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:48.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:48.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:48.164 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:48.165 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:48.165 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:05:48.173 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: crossrefs (http://github.com/mondo-hawk/testing/xrefs) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:05:48.173 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:48.173 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:48.182 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:05:48.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:48.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:48.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:48.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:48.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:48.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:48.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:48.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:48.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:48.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:48.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:48.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:48.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:48.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:48.210 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:48.210 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:48.210 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:48.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:48.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:48.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:48.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:48.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:48.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:48.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:48.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:05:48.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:48.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 16:05:48.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 16:05:48.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 16:05:48.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:48.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:48.328 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:48.332 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:48.339 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:48.340 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:48.343 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:05:48.343 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:48.343 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:48.343 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:05:48.413 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:05:48.432 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:48.432 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:05:48.446 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:48.446 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:05:48.446 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:05:48.450 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:05:48.452 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:05:48.452 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:48.452 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:48.452 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:05:48.510 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:05:48.530 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:48.530 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:05:48.545 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:05:48.545 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:05:48.545 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:48.546 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:48.547 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:05:48.547 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:48.547 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:48.547 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:05:48.610 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:05:48.625 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:48.625 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:05:48.640 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:48.640 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:05:48.640 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:48.640 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:48.640 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:48.640 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:48.642 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:05:48.723 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:05:48.723 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.083s attempting to resolve any uninitialized derived attributes... 16:05:48.723 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:48.723 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:48.724 [pool-135-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 16:05:48.725 [pool-135-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 16:05:48.853 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:05:48.854 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:48.854 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s214ms [proxy update] 16:05:48.854 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:48.854 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:48.855 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 526 ms 16:05:48.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:48.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:48.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:48.917 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:48.919 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:48.919 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16067226311913320287/test_deriveThenAdd[LevelDB GreyCat] 16:05:48.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:49.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:49.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:49.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:49.132 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:49.132 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:49.137 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:49.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:49.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:49.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:49.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:49.137 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:49.138 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:49.138 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:49.147 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:49.147 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:49.214 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:49.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:49.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:49.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:49.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:49.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:49.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:49.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:49.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:49.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:49.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:49.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:49.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:49.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:49.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:49.231 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:49.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:49.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 16:05:49.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 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:49.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 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:49.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:49.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:49.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:49.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:49.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:49.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:49.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:49.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:49.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:49.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:49.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:49.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:49.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:49.354 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:49.357 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:49.364 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:49.365 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:49.366 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:05:49.366 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:49.366 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:49.366 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:05:49.417 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:05:49.424 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:05:49.424 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:05:49.425 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:05:49.425 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:05:49.425 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:05:49.428 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:05:49.428 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:49.428 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:05:49.429 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:49.430 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:49.430 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 76 ms 16:05:49.430 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 16:05:49.430 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 16:05:49.436 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 16:05:49.438 [pool-137-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 16:05:49.440 [pool-137-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 16:05:49.628 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:05:49.628 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.192s 16:05:49.628 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 16:05:49.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:49.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:49.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:49.641 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:49.643 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:49.644 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8181636388828113578/test_derivedEdgeSingle[LevelDB GreyCat] 16:05:49.644 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:49.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:49.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:49.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:49.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:49.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:49.932 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:49.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:49.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:49.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:49.932 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 16:05:49.933 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 16:05:49.933 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:49.933 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:05:49.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:49.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:49.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:49.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:49.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:49.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 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:49.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:49.964 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:49.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:49.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:49.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:49.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:49.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:49.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 16:05:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:50.014 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:50.014 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:50.018 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:05:50.037 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:05:50.037 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:50.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:50.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:50.139 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:50.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:05:50.143 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:50.144 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:05:50.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:05:50.214 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:50.214 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:50.216 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:05:50.216 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:50.217 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:50.217 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:05:50.235 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:05:50.253 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:50.253 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:05:50.313 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:05:50.313 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s97ms [pure insertion] marking any relevant derived attributes for update...16:05:50.313 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:05:50.316 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:05:50.317 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:05:50.317 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:50.317 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:50.317 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:05:50.322 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:05:50.339 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:50.339 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:05:50.412 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:50.412 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:05:50.412 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:50.412 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:50.414 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:05:50.414 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:50.414 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:50.414 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:05:50.419 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:05:50.434 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:50.435 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:05:50.450 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:50.450 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s36ms [pure insertion] marking any relevant derived attributes for update...16:05:50.450 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:50.450 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:50.450 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:50.450 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:50.452 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:05:50.531 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.082s attempting to resolve any uninitialized derived attributes... 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s82ms [proxy update] 16:05:50.532 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:50.533 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:50.533 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 394 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:05:50.540 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:50.540 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:50.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:50.543 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:50.546 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:50.546 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12778442467471362313/test_addThenIndex[LevelDB GreyCat] 16:05:50.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:50.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:50.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:50.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:50.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:50.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:50.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:50.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:50.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:50.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:50.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:50.741 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:50.742 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:50.742 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:05:50.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:50.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:50.762 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:05:50.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:50.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:50.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:50.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:50.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:50.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:50.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:50.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:50.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:50.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:50.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:50.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:50.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:50.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:50.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:50.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:50.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:50.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:50.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:50.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:50.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:50.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:50.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:50.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:50.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:50.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:50.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:50.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:50.834 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:05:50.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:50.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:05:50.837 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:05:50.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:05:50.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:50.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:50.943 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:50.948 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:51.014 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:51.014 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:51.016 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:05:51.016 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:51.017 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:51.017 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:05:51.035 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:05:51.053 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:51.053 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:05:51.121 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:51.121 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s105ms [pure insertion] marking any relevant derived attributes for update...16:05:51.121 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:05:51.124 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:05:51.126 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:05:51.126 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:51.127 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:51.127 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:05:51.133 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:05:51.211 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:51.211 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:05:51.226 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:05:51.226 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s100ms [pure insertion] marking any relevant derived attributes for update...16:05:51.226 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:05:51.227 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:05:51.229 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:05:51.229 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:51.229 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:51.229 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:05:51.234 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:05:51.250 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:51.250 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:05:51.314 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:51.314 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s85ms [pure insertion] marking any relevant derived attributes for update...16:05:51.314 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:51.314 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:51.315 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:51.315 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:51.316 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.032s attempting to resolve any uninitialized derived attributes... 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s32ms [proxy update] 16:05:51.347 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:51.348 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:51.348 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 405 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:05:51.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:51.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:51.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:51.413 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:51.415 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:51.425 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4870407461965759933/test_lookupWithIndex[LevelDB GreyCat] 16:05:51.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:51.647 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:51.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:51.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:51.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:51.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:51.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:51.656 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:51.657 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:51.657 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:05:51.716 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:51.717 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:51.728 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:05:51.729 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:51.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:51.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:51.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:51.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:51.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:51.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:51.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:51.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:51.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:51.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:51.741 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:51.742 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:51.743 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:51.743 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:51.743 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:51.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:51.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:51.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:51.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:51.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:51.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:51.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:51.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:51.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 16:05:51.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:51.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:51.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:51.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:05:51.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:51.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:51.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:51.923 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:51.927 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:51.937 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:51.937 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:51.938 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:05:51.938 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:51.939 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:51.939 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:05:52.015 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:05:52.024 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:52.024 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:05:52.041 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:05:52.041 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s103ms [pure insertion] marking any relevant derived attributes for update...16:05:52.042 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:05:52.044 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:05:52.046 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:05:52.046 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:52.046 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:52.046 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:05:52.051 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:05:52.112 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:52.112 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:05:52.127 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:52.128 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:05:52.128 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:52.128 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:52.129 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:05:52.129 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:52.130 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:52.130 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:05:52.135 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:05:52.141 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:52.141 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:05:52.212 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:05:52.212 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:05:52.212 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:52.212 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:52.212 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:52.212 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:52.213 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.034s attempting to resolve any uninitialized derived attributes... 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s34ms [proxy update] 16:05:52.246 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:52.247 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:52.247 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 324 ms 16:05:52.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:52.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:52.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:52.254 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:52.256 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:52.257 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10976093867504824874/test_lookupWithoutIndex[LevelDB GreyCat] 16:05:52.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:52.533 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:52.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:52.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:52.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:52.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:52.541 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:52.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:52.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:52.542 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:52.542 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:52.542 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:52.543 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:05:52.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:05:52.550 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:52.550 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:52.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 16:05:52.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:52.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:52.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:52.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:52.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 16:05:52.563 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:52.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:52.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:52.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:52.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:52.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:52.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:52.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:52.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:52.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:52.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:52.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:05:52.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:52.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:05:52.642 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:52.642 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:05:52.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:05:52.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:05:52.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:05:52.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 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:05:52.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 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:05:52.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 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.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 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:05:52.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 16:05:52.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:05:52.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 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:05:52.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 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:05:52.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 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:05:52.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[] 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:05:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:05:52.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 16:05:52.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 16:05:52.660 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:05:52.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:52.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:05:52.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:52.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:52.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:05:52.718 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:05:52.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:52.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4081318193273661886/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:52.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:52.824 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:52.828 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:52.835 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:52.835 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:52.849 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 16:05:52.849 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:52.849 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:52.849 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 16:05:52.921 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 16:05:52.923 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:52.923 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 16:05:52.930 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:52.930 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:05:52.930 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:05:52.934 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:05:52.945 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:05:52.946 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:52.946 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:52.946 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:05:52.951 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:05:53.015 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:53.015 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:05:53.024 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:53.024 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:05:53.024 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:53.024 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:53.035 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 16:05:53.035 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:53.035 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:53.035 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 16:05:53.041 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 16:05:53.042 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:53.042 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 16:05:53.116 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:53.116 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:05:53.116 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:05:53.116 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:05:53.127 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 16:05:53.128 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:53.128 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:53.128 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 16:05:53.135 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 16:05:53.136 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:53.136 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 16:05:53.210 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:53.210 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:05:53.210 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:05:53.211 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:05:53.211 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:53.211 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:53.212 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.044s attempting to resolve any uninitialized derived attributes... 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s44ms [proxy update] 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:53.255 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 4 deleted 0 changed 4 loaded 4 c elems 4 d elems 0 time ~0s validating changes... validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /childB.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 16:05:53.257 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 433 ms 16:05:53.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 16:05:53.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 16:05:53.311 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 16:05:53.313 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:05:53.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:05:53.430 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.119s 16:05:53.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 16:05:53.434 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:53.437 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:53.447 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:53.447 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:53.514 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:05:53.514 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:53.515 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:05:53.515 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:05:53.515 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:05:53.515 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 16:05:53.515 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:05:53.545 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.03s 16:05:53.622 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:05:53.634 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:05:53.634 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:05:53.647 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:05:53.647 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s133ms [pure insertion] marking any relevant derived attributes for update...16:05:53.647 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:05:53.648 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:05:53.648 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:53.648 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:53.649 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:05:53.717 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 16:05:53.717 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 16:05:53.717 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:53.717 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:53.718 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:05:53.729 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:05:53.729 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:53.729 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:05:53.730 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:05:53.737 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 0s263ms [proxy update] 16:05:53.912 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:53.912 [pool-145-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 16:05:53.913 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 479 ms 16:05:53.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:53.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4081318193273661886/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:53.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:53.919 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:53.924 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:53.932 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9163016081902511694/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 16:05:53.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:54.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:54.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:54.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:54.149 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:54.149 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:54.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:54.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:54.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:54.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:05:54.155 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 16:05:54.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 16:05:54.155 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:54.155 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:05:54.211 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store 16:05:54.211 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:54.211 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:54.223 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 16:05:54.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 16:05:54.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:54.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:54.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:54.230 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:54.230 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:54.230 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:54.230 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:54.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:54.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:54.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:54.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:54.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:54.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:54.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:54.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:54.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:54.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:54.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:54.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:54.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:54.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:54.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:54.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:05:54.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:54.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:54.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:54.423 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:54.425 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:05:54.432 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:05:54.432 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:05:54.434 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 16:05:54.434 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:05:54.434 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:05:54.434 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 16:05:54.450 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 16:05:54.511 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:05:54.511 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 16:05:54.511 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:05:54.511 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:05:54.511 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s6ms 16:05:54.517 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms 16:05:54.517 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:05:54.517 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:05:54.518 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:05:54.519 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:05:54.519 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 96 ms 16:05:54.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:54.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 16:05:54.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:54.526 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:54.528 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:54.529 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15299040994107790856/test_queryEnumValues[LevelDB GreyCat] 16:05:54.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:54.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:54.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:54.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:54.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:54.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:54.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:54.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:54.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:54.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:54.742 [pool-149-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:54.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:54.742 [pool-149-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:54.743 [pool-149-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:05:54.832 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:54.832 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:54.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:54.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:54.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:54.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:54.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:54.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:54.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:54.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:54.912 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:54.912 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:54.912 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:54.912 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:54.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:54.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:54.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:54.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:54.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:54.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:54.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:54.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:54.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:54.921 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:54.922 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:54.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:54.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:05:54.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:05:54.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:05:54.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:05:54.957 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:05:55.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:05:55.028 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:05:55.029 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:05:55.035 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:55.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:55.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 16:05:55.110 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:55.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:05:55.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:55.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:55.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:55.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:55.429 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:55.430 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:55.431 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8558562147145793213/test_slotType[LevelDB GreyCat] 16:05:55.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:55.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:55.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:55.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:55.921 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:55.921 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:55.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:55.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:55.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:55.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:55.927 [pool-151-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:55.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:55.927 [pool-151-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:55.928 [pool-151-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 16:05:56.035 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:56.035 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:56.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:56.126 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:56.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:56.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:56.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:56.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:56.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:56.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:56.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:56.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:56.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:56.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:56.134 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:56.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:56.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:56.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:56.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:56.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:56.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:56.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:56.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:56.142 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:56.142 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:56.143 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:56.143 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:56.143 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:56.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:56.146 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:05:56.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:05:56.212 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:05:56.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:05:56.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:05:56.229 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:56.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:56.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:56.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:56.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:05:56.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:05:56.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:05:56.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:05:56.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:56.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:56.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:56.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:56.530 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:56.531 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:56.531 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14122550972276070267/test_typeSubtypes[LevelDB GreyCat] 16:05:56.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:56.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:56.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:56.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:56.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:56.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:56.964 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:56.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:56.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:56.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:56.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:56.964 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:56.965 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:56.966 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:05:57.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:57.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:57.145 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:57.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:57.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:57.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:57.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:57.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:57.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:57.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 16:05:57.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:57.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:57.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:57.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:05:57.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:57.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:57.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:57.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:57.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:57.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:57.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:57.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:57.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:57.225 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:57.229 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:57.231 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:05:57.232 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:05:57.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:57.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:57.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:57.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:57.428 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:05:57.433 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:05:57.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:05:57.739 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:05:57.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:57.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:57.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:57.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:57.753 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:57.755 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:57.755 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2542769613466595660/test_slotInstanceTypeName[LevelDB GreyCat] 16:05:57.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:58.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:58.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:58.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:58.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:58.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:58.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:58.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:58.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:58.239 [pool-155-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:58.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:05:58.240 [pool-155-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:58.241 [pool-155-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 16:05:58.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:58.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:58.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:58.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:58.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:58.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:58.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:58.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:58.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:58.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:05:58.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:58.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:58.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:58.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:05:58.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:58.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 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:58.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 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:58.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:05:58.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 16:05:58.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:58.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:58.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:58.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:58.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:58.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:05:58.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:05:58.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:58.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:58.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:58.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:58.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:05:58.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:05:58.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:05:58.613 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:05:58.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:05:58.628 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:05:58.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:05:58.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:58.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:58.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:58.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:58.832 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:58.834 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:58.834 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3054689067944942069/test_typeSupertypes[LevelDB GreyCat] 16:05:58.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:05:59.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:59.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:59.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:05:59.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:59.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:59.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:05:59.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:05:59.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:05:59.322 [pool-157-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:05:59.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:05:59.324 [pool-157-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 16:05:59.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:05:59.324 [pool-157-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:05:59.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:05:59.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:05:59.526 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:05:59.534 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:05:59.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:05:59.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:05:59.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:05:59.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:05:59.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:05:59.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:05:59.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:05:59.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:05:59.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:05:59.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:05:59.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:05:59.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:05:59.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:05:59.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:05:59.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:05:59.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 16:05:59.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:05:59.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:05:59.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:05:59.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 16:05:59.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:05:59.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 16:05:59.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 16:05:59.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:05:59.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:05:59.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:05:59.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:05:59.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:05:59.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:05:59.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:05:59.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:05:59.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:05:59.612 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:05:59.613 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:05:59.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:59.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:59.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:59.656 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:05:59.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:05:59.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:05:59.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:05:59.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:05:59.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:05:59.950 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:05:59.951 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:05:59.951 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7117024784234709446/test_metamodels[LevelDB GreyCat] 16:05:59.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:00.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:00.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:00.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 16:06:00.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:00.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:00.447 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:00.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:00.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:00.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:06:00.447 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:00.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:00.448 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:00.448 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 16:06:01.527 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 16:06:01.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:01.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:01.631 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:01.632 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:01.632 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:06:01.847 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:06:01.848 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:01.849 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:01.850 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:06:03.241 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:03.241 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:03.242 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:06:05.447 [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 16:06:05.447 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:06:07.211 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:06:07.528 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:06:07.800 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~6 sec) 16:06:07.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:07.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3030034728498137579/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:07.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:07.856 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:07.859 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:07.863 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:06:07.910 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:07.910 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:07.938 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:06:07.938 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:07.938 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:07.938 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:06:08.022 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:06:08.051 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 16:06:08.051 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:06:08.124 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:08.124 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s187ms [pure insertion] marking any relevant derived attributes for update...16:06:08.124 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:06:08.127 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:06:08.127 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:08.127 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:08.130 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:06:08.136 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 16:06:08.136 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:08.137 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:08.138 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 281 ms 16:06:08.139 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:08.142 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:08.143 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:08.143 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:08.148 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:06:08.148 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:08.148 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:08.148 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:06:08.210 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:06:08.242 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 16:06:08.242 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:06:08.321 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:08.321 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s173ms [pure insertion] marking any relevant derived attributes for update...16:06:08.321 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:08.321 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:08.325 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:06:08.325 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:08.325 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:08.326 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:06:08.330 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:06:08.418 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 16:06:08.418 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:06:08.445 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:08.445 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s120ms [pure insertion] marking any relevant derived attributes for update...16:06:08.445 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:08.445 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:08.445 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:08.445 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:08.448 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.068s attempting to resolve any uninitialized derived attributes... 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 16:06:08.513 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:08.514 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:08.514 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 375 ms 16:06:08.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:08.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3030034728498137579/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:08.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:08.518 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:08.519 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:08.522 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13254024573411916750/test_elephantResolve[LevelDB GreyCat] 16:06:08.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:08.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:08.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:08.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 16:06:08.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:08.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:08.691 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:08.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:08.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:08.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:06:08.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:08.692 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:08.692 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:08.692 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 16:06:08.940 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:08.940 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:09.029 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:09.029 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:09.029 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:06:09.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:06:09.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:09.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:09.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:06:09.663 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:09.663 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:09.664 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:06:11.003 [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 16:06:11.003 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:06:13.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 16:06:13.080 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:13.131 [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 16:06:13.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:13.135 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:13.135 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. Warning, monitor is inactive, synchronisation failed! SYNCHRONISATION ERROR 16:06:13.135 [pool-161-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 16:06:13.135 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 16:06:13.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:13.141 [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 16:06:13.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:13.144 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:13.146 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:13.151 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14582173418507348233/test_zoo[LevelDB GreyCat] 16:06:13.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:13.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:13.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:13.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 16:06:13.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:13.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:13.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:13.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:13.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:13.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:06:13.321 [pool-163-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:13.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:13.321 [pool-163-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:13.321 [pool-163-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 16:06:13.540 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:13.540 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:13.629 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:13.629 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:13.630 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:06:13.818 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:06:13.819 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:13.820 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:13.820 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:06:14.454 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:14.454 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:14.455 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:06:16.359 [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 16:06:16.359 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:06:19.345 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 16:06:19.346 [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! 16:06:19.346 [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 16:06:19.542 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:19.542 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:19.550 [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! 16:06:19.550 [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! 16:06:19.550 [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! 16:06:19.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:06:19.551 [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! 16:06:19.551 [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! 16:06:19.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:06:19.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:19.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:19.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:19.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:19.613 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:19.615 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:19.617 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12384089906087708930/test_metamodel[LevelDB GreyCat] 16:06:19.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:20.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:20.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:20.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 16:06:20.131 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:20.131 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:20.137 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:20.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:20.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:20.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:06:20.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:20.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:20.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:06:20.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 16:06:20.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:20.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:20.357 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:20.357 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:20.410 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:06:20.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:06:20.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:20.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:20.486 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:06:21.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:06:21.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:06:21.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:06:22.412 [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 16:06:22.412 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:06:25.717 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 16:06:25.717 [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! 16:06:25.718 [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 16:06:25.833 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:25.833 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:25.841 [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! 16:06:25.841 [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! 16:06:25.841 [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! 16:06:25.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:06:25.841 [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! 16:06:25.841 [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! 16:06:25.841 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:06:25.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:25.943 [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 16:06:25.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:25.952 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:26.339 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:26.352 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.353 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.353 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.411 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.411 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.412 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.412 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.412 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.413 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.413 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.413 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.414 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.414 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.414 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.417 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.417 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.417 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:06:26.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:26.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:26.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 16:06:26.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 16:06:26.421 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.421 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 16:06:26.441 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 16:06:26.448 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.448 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 16:06:26.511 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.511 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:06:26.511 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:06:26.514 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:06:26.515 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 16:06:26.515 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.516 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 16:06:26.520 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 16:06:26.525 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:26.525 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 16:06:26.530 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.530 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:26.530 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.530 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.532 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 16:06:26.532 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.532 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.532 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 16:06:26.540 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 16:06:26.546 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.546 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 16:06:26.550 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.550 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:26.550 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.550 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.551 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 16:06:26.551 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.552 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.552 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 16:06:26.556 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 16:06:26.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 16:06:26.620 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:06:26.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 16:06:26.621 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.621 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 16:06:26.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 16:06:26.631 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.631 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 16:06:26.637 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.637 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:26.637 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.637 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 16:06:26.638 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.639 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 16:06:26.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 16:06:26.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:26.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 16:06:26.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:26.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:06:26.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:26.721 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:26.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 16:06:26.722 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.722 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 16:06:26.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 16:06:26.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 16:06:26.736 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.736 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:26.736 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.736 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.737 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 16:06:26.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.737 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 16:06:26.742 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 16:06:26.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 16:06:26.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.815 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:26.815 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.815 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.816 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 16:06:26.816 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.816 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.816 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 16:06:26.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 16:06:26.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 16:06:26.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:26.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 16:06:26.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 16:06:26.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 16:06:26.845 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 16:06:26.845 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 16:06:26.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:06:26.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.914 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 16:06:26.914 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.914 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.914 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 16:06:26.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 16:06:26.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:26.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 16:06:26.933 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.933 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:26.933 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.933 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 16:06:26.935 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.935 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 16:06:26.939 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 16:06:26.949 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:26.949 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 16:06:26.953 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:26.953 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:26.953 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:26.953 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:26.955 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 16:06:26.955 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:26.955 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:26.955 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 16:06:27.011 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 16:06:27.018 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.018 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 16:06:27.023 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.024 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:06:27.024 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.024 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 16:06:27.025 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.025 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 16:06:27.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 16:06:27.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 16:06:27.042 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.042 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:27.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:27.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:27.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 16:06:27.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 16:06:27.048 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 16:06:27.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:27.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 16:06:27.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:27.121 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:27.121 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:27.122 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:27.123 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 16:06:27.123 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.123 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.123 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 16:06:27.129 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 16:06:27.153 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 16:06:27.153 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 16:06:27.226 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:27.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml. 0s103ms [pure insertion] marking any relevant derived attributes for update...16:06:27.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.228 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 16:06:27.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.228 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 16:06:27.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 16:06:27.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:27.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 16:06:27.255 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:27.255 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s27ms [pure insertion] marking any relevant derived attributes for update...16:06:27.255 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.255 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.256 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 16:06:27.256 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.309 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.310 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 16:06:27.314 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 16:06:27.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 16:06:27.325 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:06:27.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.327 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 16:06:27.327 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.327 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.327 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 16:06:27.332 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 16:06:27.338 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.338 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 16:06:27.346 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:27.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 16:06:27.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.348 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 16:06:27.353 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 16:06:27.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 16:06:27.421 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:06:27.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.422 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 16:06:27.422 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.422 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.422 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 16:06:27.427 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 16:06:27.432 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.432 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 16:06:27.436 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.436 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:27.436 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:27.437 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:27.438 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 16:06:27.438 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.438 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.438 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 16:06:27.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 16:06:27.449 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.449 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 16:06:27.454 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.454 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:27.454 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.454 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.455 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 16:06:27.455 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.512 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.512 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 16:06:27.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 16:06:27.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 16:06:27.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:27.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 16:06:27.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.529 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.529 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 16:06:27.533 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 16:06:27.621 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 16:06:27.621 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 16:06:27.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:06:27.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml. 0s118ms [pure insertion] marking any relevant derived attributes for update...16:06:27.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 16:06:27.647 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.647 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 16:06:27.653 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 16:06:27.714 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.715 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 16:06:27.722 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:27.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 16:06:27.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 16:06:27.728 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 16:06:27.734 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.734 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 16:06:27.738 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.738 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:27.738 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.738 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.739 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 16:06:27.739 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.739 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.739 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 16:06:27.743 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 16:06:27.809 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.809 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 16:06:27.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.815 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 16:06:27.815 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.815 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.815 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 16:06:27.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 16:06:27.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:27.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 16:06:27.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.838 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:06:27.839 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.839 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.840 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 16:06:27.840 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.840 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.840 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 16:06:27.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 16:06:27.852 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.852 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 16:06:27.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.912 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:27.912 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.912 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 16:06:27.913 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.913 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 16:06:27.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 16:06:27.923 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:27.923 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 16:06:27.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:27.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:27.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:27.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:27.930 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 16:06:27.930 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:27.930 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:27.930 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 16:06:27.937 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 16:06:28.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 16:06:28.018 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:06:28.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 16:06:28.019 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.019 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 16:06:28.023 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 16:06:28.030 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.030 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 16:06:28.035 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:28.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.036 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 16:06:28.036 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.036 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.036 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 16:06:28.040 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 16:06:28.046 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.046 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 16:06:28.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.050 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:28.050 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:28.051 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:28.052 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 16:06:28.052 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.052 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.052 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 16:06:28.109 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 16:06:28.117 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.117 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 16:06:28.135 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.135 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:28.135 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:28.136 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:28.136 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 16:06:28.137 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.137 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 16:06:28.141 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 16:06:28.243 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.243 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 16:06:28.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml. 0s111ms [pure insertion] marking any relevant derived attributes for update...16:06:28.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 16:06:28.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 16:06:28.254 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 16:06:28.341 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 16:06:28.341 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 16:06:28.434 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:06:28.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml. 0s185ms [pure insertion] marking any relevant derived attributes for update...16:06:28.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.435 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 16:06:28.435 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.435 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.435 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 16:06:28.440 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 16:06:28.450 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:28.451 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 16:06:28.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:28.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:28.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:28.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:28.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 16:06:28.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.520 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 16:06:28.524 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 16:06:28.531 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.531 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 16:06:28.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.535 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:28.535 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:28.536 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:28.538 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 16:06:28.538 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.541 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 16:06:28.547 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 16:06:28.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 16:06:28.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 16:06:28.931 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:06:28.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml. 0s393ms [pure insertion] marking any relevant derived attributes for update...16:06:28.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.932 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 16:06:28.932 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.932 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.932 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 16:06:28.936 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 16:06:28.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:28.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 16:06:28.947 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:28.947 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:28.947 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:28.947 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:28.947 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 16:06:28.948 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:28.948 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:28.948 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 16:06:28.952 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 16:06:29.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 16:06:29.021 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:29.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 16:06:29.023 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.023 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 16:06:29.027 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 16:06:29.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:29.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 16:06:29.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:29.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:29.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:29.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:29.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 16:06:29.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.047 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.047 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 16:06:29.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 16:06:29.120 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.120 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 16:06:29.130 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.130 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:06:29.130 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.130 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 16:06:29.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 16:06:29.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 16:06:29.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 16:06:29.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 16:06:29.319 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:06:29.319 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml. 0s187ms [pure insertion] marking any relevant derived attributes for update...16:06:29.319 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:29.320 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:29.321 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 16:06:29.321 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.321 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.321 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 16:06:29.326 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 16:06:29.341 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 16:06:29.341 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 16:06:29.415 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:29.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s94ms [pure insertion] marking any relevant derived attributes for update...16:06:29.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:29.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:29.417 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 16:06:29.417 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.417 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.417 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 16:06:29.422 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 16:06:29.437 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 16:06:29.437 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 16:06:29.451 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:29.451 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:06:29.451 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.451 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.452 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 16:06:29.452 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.452 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.452 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 16:06:29.519 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 16:06:29.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 16:06:29.533 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.533 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:29.533 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.533 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 16:06:29.534 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.534 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 16:06:29.541 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 16:06:29.548 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.548 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 16:06:29.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:29.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:29.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:29.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 16:06:29.613 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.613 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 16:06:29.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 16:06:29.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 16:06:29.630 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.630 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:29.630 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.630 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 16:06:29.631 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.631 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 16:06:29.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 16:06:29.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 16:06:29.653 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.653 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:29.653 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.653 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.654 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 16:06:29.654 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.654 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.654 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 16:06:29.713 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 16:06:29.724 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:29.724 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 16:06:29.733 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:29.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:29.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 16:06:29.734 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.734 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 16:06:29.739 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 16:06:29.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:29.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 16:06:29.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:29.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:06:29.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.822 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 16:06:29.822 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.823 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 16:06:29.827 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 16:06:29.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 16:06:29.842 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.842 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:29.842 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.842 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.843 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 16:06:29.843 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.843 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.843 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 16:06:29.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 16:06:29.855 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.855 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 16:06:29.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.917 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:06:29.917 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.917 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.918 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 16:06:29.918 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.918 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.918 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 16:06:29.924 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 16:06:29.930 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.930 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 16:06:29.935 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:29.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 16:06:29.936 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.936 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 16:06:29.940 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 16:06:29.946 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:29.946 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 16:06:29.950 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:29.950 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:29.950 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:29.950 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:29.951 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 16:06:29.951 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:29.951 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:29.951 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 16:06:29.955 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 16:06:30.021 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:30.021 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 16:06:30.030 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:30.030 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:30.030 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.030 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.031 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 16:06:30.031 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.032 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 16:06:30.036 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 16:06:30.041 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.041 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 16:06:30.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:30.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 16:06:30.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 16:06:30.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 16:06:30.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:30.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 16:06:30.127 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:30.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.128 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.128 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.128 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.128 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.134 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.139 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.139 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.143 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.143 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:30.143 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.143 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.144 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 16:06:30.144 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.144 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.144 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 16:06:30.148 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 16:06:30.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 16:06:30.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:06:30.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 16:06:30.218 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.218 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 16:06:30.223 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 16:06:30.229 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.229 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 16:06:30.236 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.236 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:30.236 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.237 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.237 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 16:06:30.237 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.238 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 16:06:30.242 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 16:06:30.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 16:06:30.251 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.251 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:30.251 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.252 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.252 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.252 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.253 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.253 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.319 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.319 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.323 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:06:30.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.324 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.324 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 16:06:30.324 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.325 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 16:06:30.330 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 16:06:30.336 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.336 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 16:06:30.343 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:30.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.344 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 16:06:30.345 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.345 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 16:06:30.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 16:06:30.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:30.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 16:06:30.425 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:30.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:30.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 16:06:30.426 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.427 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.427 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 16:06:30.434 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 16:06:30.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 16:06:30.446 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.446 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:30.446 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.448 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 16:06:30.516 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 16:06:30.534 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:06:30.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.535 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.536 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 16:06:30.536 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.536 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.536 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 16:06:30.541 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 16:06:30.548 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.548 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 16:06:30.552 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.552 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:30.552 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:30.553 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:30.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 16:06:30.611 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.611 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 16:06:30.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 16:06:30.740 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 16:06:30.740 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 16:06:30.924 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:06:30.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml. 0s314ms [pure insertion] marking any relevant derived attributes for update...16:06:30.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 16:06:30.925 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.926 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 16:06:30.930 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 16:06:30.937 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.937 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 16:06:30.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:30.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:30.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:30.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:30.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 16:06:30.944 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:30.944 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:30.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 16:06:30.949 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 16:06:30.955 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:30.956 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 16:06:31.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.012 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:06:31.012 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:31.013 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:31.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 16:06:31.014 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.014 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 16:06:31.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 16:06:31.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 16:06:31.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:06:31.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.039 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 16:06:31.039 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.039 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.039 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 16:06:31.044 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 16:06:31.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 16:06:31.126 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:06:31.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 16:06:31.127 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.127 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 16:06:31.133 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 16:06:31.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 16:06:31.145 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.146 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:31.146 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.146 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 16:06:31.147 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.147 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 16:06:31.153 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 16:06:31.219 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.219 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 16:06:31.224 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.224 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:31.224 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.224 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 16:06:31.226 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.227 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 16:06:31.232 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 16:06:31.417 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 16:06:31.417 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 16:06:31.544 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 16:06:31.544 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s318ms [pure insertion] marking any relevant derived attributes for update...16:06:31.544 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.544 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.545 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 16:06:31.545 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.545 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.545 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 16:06:31.553 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 16:06:31.616 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.616 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 16:06:31.620 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:31.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:31.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:31.622 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 16:06:31.622 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.622 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.622 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 16:06:31.627 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 16:06:31.634 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.634 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 16:06:31.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:31.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 16:06:31.639 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.640 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.640 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 16:06:31.645 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 16:06:31.653 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.653 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 16:06:31.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:06:31.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:31.711 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:31.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 16:06:31.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 16:06:31.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 16:06:31.727 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.727 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 16:06:31.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:31.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 16:06:31.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 16:06:31.738 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 16:06:31.745 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.745 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 16:06:31.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:31.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 16:06:31.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 16:06:31.819 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 16:06:31.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 16:06:31.833 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:31.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.834 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 16:06:31.834 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.835 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 16:06:31.910 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 16:06:31.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:31.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 16:06:31.927 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:31.927 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:06:31.927 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:31.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:31.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 16:06:31.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:31.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 16:06:31.935 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 16:06:31.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:31.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 16:06:31.959 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:31.959 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml. 0s30ms [pure insertion] marking any relevant derived attributes for update...16:06:31.959 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:31.959 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:31.960 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 16:06:31.960 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:31.960 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.009 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 16:06:32.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 16:06:32.026 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.026 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 16:06:32.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:32.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 16:06:32.033 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.034 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 16:06:32.039 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 16:06:32.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:32.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 16:06:32.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:32.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.111 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 16:06:32.111 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.112 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 16:06:32.117 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 16:06:32.125 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.125 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 16:06:32.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:32.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 16:06:32.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.133 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.133 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 16:06:32.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 16:06:32.213 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.213 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 16:06:32.220 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.220 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:06:32.220 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.220 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.221 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 16:06:32.221 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.221 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.221 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 16:06:32.226 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 16:06:32.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 16:06:32.238 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:32.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 16:06:32.239 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.240 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.240 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 16:06:32.245 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 16:06:32.252 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.252 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 16:06:32.258 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.258 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:32.258 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.258 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.259 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 16:06:32.259 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.259 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.259 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 16:06:32.315 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 16:06:32.329 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.329 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 16:06:32.334 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:32.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:32.335 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:32.336 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 16:06:32.336 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.336 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.336 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 16:06:32.341 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 16:06:32.355 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:32.355 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 16:06:32.422 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:32.422 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:06:32.422 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:32.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:32.424 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 16:06:32.424 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.424 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.424 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 16:06:32.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 16:06:32.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 16:06:32.446 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.446 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:32.446 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:32.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:32.448 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 16:06:32.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.448 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 16:06:32.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 16:06:32.536 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 16:06:32.536 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 16:06:32.553 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:32.553 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml. 0s105ms [pure insertion] marking any relevant derived attributes for update...16:06:32.553 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.553 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.554 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 16:06:32.554 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.555 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.555 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 16:06:32.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 16:06:32.622 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.622 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 16:06:32.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:06:32.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.629 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 16:06:32.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.629 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 16:06:32.635 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 16:06:32.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 16:06:32.647 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:32.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.648 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 16:06:32.648 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.648 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.648 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 16:06:32.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 16:06:32.718 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.718 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 16:06:32.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:32.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.727 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 16:06:32.728 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.728 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.728 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 16:06:32.736 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 16:06:32.749 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.749 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 16:06:32.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:32.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 16:06:32.812 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.812 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 16:06:32.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 16:06:32.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.825 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 16:06:32.830 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:32.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (6 sec, 6 sec total) 16:06:32.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 16:06:32.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 16:06:32.839 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 16:06:32.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 16:06:32.856 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.856 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s25ms [pure insertion] marking any relevant derived attributes for update...16:06:32.856 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:32.856 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:32.857 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 16:06:32.857 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.858 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.858 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 16:06:32.914 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 16:06:32.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:32.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 16:06:32.934 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:32.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:32.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:32.937 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:32.939 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 16:06:32.939 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:32.940 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:32.940 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 16:06:32.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 16:06:33.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 16:06:33.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 16:06:33.044 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:33.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s105ms [pure insertion] marking any relevant derived attributes for update...16:06:33.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 16:06:33.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 16:06:33.056 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 16:06:33.312 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 16:06:33.312 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 16:06:33.439 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:06:33.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml. 0s393ms [pure insertion] marking any relevant derived attributes for update...16:06:33.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 16:06:33.440 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.441 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.441 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 16:06:33.447 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 16:06:33.454 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:33.454 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 16:06:33.510 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.510 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:06:33.510 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:33.511 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:33.512 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 16:06:33.512 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.512 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.512 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 16:06:33.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 16:06:33.530 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.530 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 16:06:33.536 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.536 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...16:06:33.536 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.537 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.537 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 16:06:33.537 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.538 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.538 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 16:06:33.544 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 16:06:33.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:33.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 16:06:33.623 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:06:33.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 16:06:33.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 16:06:33.630 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 16:06:33.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 16:06:33.644 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.644 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:33.644 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.645 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 16:06:33.646 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.646 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 16:06:33.652 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 16:06:33.724 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:33.725 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 16:06:33.730 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:06:33.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:33.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:33.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 16:06:33.732 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.732 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 16:06:33.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 16:06:33.744 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.744 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 16:06:33.750 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.750 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:33.750 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.750 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.751 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 16:06:33.751 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.751 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.751 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 16:06:33.756 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 16:06:33.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 16:06:33.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:06:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 16:06:33.823 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.823 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 16:06:33.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 16:06:33.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 16:06:33.843 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.843 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:33.843 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.843 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.844 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 16:06:33.844 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.844 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.844 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 16:06:33.849 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 16:06:33.914 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:33.914 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 16:06:33.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:33.920 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 16:06:33.921 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:33.921 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:33.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 16:06:33.926 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 16:06:33.955 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 16:06:33.955 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 16:06:34.027 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:34.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml. 0s107ms [pure insertion] marking any relevant derived attributes for update...16:06:34.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.028 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 16:06:34.028 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.029 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.029 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 16:06:34.033 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 16:06:34.041 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:34.041 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 16:06:34.047 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.047 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:34.047 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.047 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.048 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 16:06:34.048 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.048 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.048 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 16:06:34.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 16:06:34.118 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:34.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 16:06:34.123 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.123 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:34.123 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.123 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 16:06:34.124 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.125 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.125 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 16:06:34.129 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 16:06:34.136 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:34.136 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 16:06:34.141 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:34.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.142 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 16:06:34.142 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.142 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.142 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 16:06:34.148 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 16:06:34.155 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:34.155 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 16:06:34.213 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.213 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:06:34.213 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.213 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.214 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 16:06:34.214 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.217 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 16:06:34.223 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 16:06:34.235 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:34.235 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 16:06:34.245 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:34.245 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml. 0s31ms [pure insertion] marking any relevant derived attributes for update...16:06:34.245 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.245 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 16:06:34.247 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.247 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 16:06:34.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 16:06:34.328 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:34.328 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 16:06:34.339 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:34.339 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:06:34.339 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.339 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.340 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 16:06:34.340 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.343 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 16:06:34.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 16:06:34.414 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:34.414 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 16:06:34.419 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:34.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:06:34.421 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.421 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:06:34.426 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:06:34.458 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 16:06:34.458 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:06:34.528 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:34.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s107ms [pure insertion] marking any relevant derived attributes for update...16:06:34.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.529 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 16:06:34.529 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.529 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.529 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 16:06:34.534 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 16:06:34.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 16:06:34.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 16:06:34.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:34.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml. 0s110ms [pure insertion] marking any relevant derived attributes for update...16:06:34.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.640 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 16:06:34.640 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.640 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.640 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 16:06:34.645 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 16:06:34.723 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 16:06:34.723 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 16:06:34.740 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:34.740 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml. 0s100ms [pure insertion] marking any relevant derived attributes for update...16:06:34.740 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.740 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.741 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 16:06:34.741 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.741 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.741 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 16:06:34.750 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 16:06:34.813 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:34.813 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 16:06:34.818 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:34.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:34.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:34.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:34.819 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 16:06:34.819 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.819 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.819 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 16:06:34.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 16:06:34.842 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 16:06:34.842 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 16:06:34.922 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:34.922 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml. 0s103ms [pure insertion] marking any relevant derived attributes for update...16:06:34.922 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:34.923 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:34.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 16:06:34.924 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:34.924 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:34.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 16:06:34.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 16:06:35.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 16:06:35.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 16:06:35.036 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:35.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml. 0s113ms [pure insertion] marking any relevant derived attributes for update...16:06:35.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 16:06:35.038 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.038 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 16:06:35.044 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 16:06:35.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:35.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 16:06:35.127 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...16:06:35.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.129 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 16:06:35.130 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.130 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.130 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 16:06:35.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 16:06:35.146 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.146 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 16:06:35.239 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml. 0s110ms [pure insertion] marking any relevant derived attributes for update...16:06:35.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.240 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 16:06:35.240 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.244 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.244 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 16:06:35.249 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 16:06:35.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:35.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 16:06:35.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.321 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:35.321 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.321 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 16:06:35.323 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.323 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 16:06:35.328 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 16:06:35.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 16:06:35.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 16:06:35.359 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:35.359 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml. 0s36ms [pure insertion] marking any relevant derived attributes for update...16:06:35.359 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.359 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.360 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 16:06:35.360 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.409 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 16:06:35.415 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 16:06:35.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:35.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 16:06:35.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:35.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:35.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.439 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 16:06:35.440 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.440 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 16:06:35.445 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 16:06:35.519 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 16:06:35.519 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 16:06:35.537 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:35.537 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s97ms [pure insertion] marking any relevant derived attributes for update...16:06:35.537 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.537 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.538 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 16:06:35.538 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.538 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.538 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 16:06:35.543 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 16:06:35.549 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.549 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 16:06:35.610 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 16:06:35.611 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.611 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 16:06:35.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 16:06:35.624 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.624 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 16:06:35.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:35.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:35.629 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:35.629 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 16:06:35.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.630 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.630 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 16:06:35.637 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 16:06:35.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 16:06:35.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:35.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.646 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 16:06:35.647 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.647 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 16:06:35.651 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 16:06:35.711 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.711 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 16:06:35.715 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.715 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:06:35.715 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.715 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 16:06:35.716 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.716 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 16:06:35.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 16:06:35.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 16:06:35.730 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:35.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 16:06:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 16:06:35.738 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 16:06:35.745 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:35.745 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 16:06:35.749 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.749 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:35.749 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.749 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.750 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 16:06:35.750 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.750 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.750 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 16:06:35.754 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 16:06:35.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 16:06:35.816 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.816 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...16:06:35.816 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.816 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.817 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 16:06:35.817 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.817 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.817 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 16:06:35.822 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 16:06:35.828 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.828 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 16:06:35.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:35.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 16:06:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 16:06:35.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 16:06:35.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:35.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 16:06:35.851 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.851 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:35.851 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.851 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 16:06:35.852 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.853 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 16:06:35.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 16:06:35.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 16:06:35.925 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:06:35.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 16:06:35.926 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.926 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 16:06:35.932 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 16:06:35.938 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:35.938 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 16:06:35.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:35.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:35.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:35.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:35.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 16:06:35.943 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:35.943 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:35.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 16:06:35.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 16:06:36.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:36.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 16:06:36.018 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:36.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.018 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 16:06:36.019 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.019 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 16:06:36.024 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 16:06:36.029 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.029 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 16:06:36.034 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:36.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 16:06:36.035 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.035 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 16:06:36.039 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 16:06:36.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 16:06:36.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.050 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:36.050 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.050 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.051 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 16:06:36.051 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.051 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.051 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 16:06:36.056 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 16:06:36.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:36.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 16:06:36.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:36.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:06:36.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 16:06:36.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 16:06:36.136 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 16:06:36.142 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.142 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 16:06:36.147 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:36.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.148 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 16:06:36.148 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.148 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.148 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 16:06:36.210 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 16:06:36.218 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.219 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 16:06:36.223 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:36.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.224 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 16:06:36.224 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.225 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.225 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 16:06:36.229 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 16:06:36.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 16:06:36.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 16:06:36.348 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:06:36.349 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml. 0s125ms [pure insertion] marking any relevant derived attributes for update...16:06:36.349 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.349 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 16:06:36.350 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.350 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 16:06:36.413 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 16:06:36.427 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:36.428 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 16:06:36.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:36.442 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s92ms [pure insertion] marking any relevant derived attributes for update...16:06:36.442 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.442 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.443 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 16:06:36.443 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.443 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.443 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 16:06:36.448 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 16:06:36.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 16:06:36.520 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:36.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:36.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:36.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 16:06:36.521 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.522 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 16:06:36.528 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 16:06:36.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 16:06:36.541 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:36.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.542 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 16:06:36.542 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.543 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.543 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 16:06:36.548 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 16:06:36.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 16:06:36.620 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:36.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 16:06:36.621 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.621 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 16:06:36.626 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 16:06:36.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 16:06:36.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:36.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.640 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 16:06:36.640 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.640 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.640 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 16:06:36.645 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 16:06:36.651 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:36.651 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 16:06:36.658 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.658 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:36.658 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.658 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 16:06:36.710 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.711 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.711 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 16:06:36.716 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 16:06:36.815 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 16:06:36.815 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 16:06:36.855 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:06:36.855 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml. 0s145ms [pure insertion] marking any relevant derived attributes for update...16:06:36.855 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.855 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 16:06:36.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.911 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.911 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 16:06:36.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 16:06:36.926 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:36.926 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 16:06:36.931 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:36.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:06:36.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:36.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:36.932 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 16:06:36.932 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:36.933 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:36.933 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 16:06:36.938 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 16:06:37.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:37.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 16:06:37.025 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:37.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:06:37.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:37.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:37.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 16:06:37.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.027 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 16:06:37.031 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 16:06:37.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 16:06:37.043 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:37.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 16:06:37.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.045 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 16:06:37.051 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 16:06:37.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 16:06:37.116 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:37.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.117 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 16:06:37.117 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.120 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 16:06:37.125 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 16:06:37.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 16:06:37.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:37.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 16:06:37.138 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.138 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 16:06:37.143 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 16:06:37.150 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.150 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 16:06:37.154 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.154 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:37.155 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:37.155 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:37.156 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 16:06:37.156 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.156 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.156 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 16:06:37.213 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:06:37.215 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 16:06:37.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 16:06:37.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:37.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.234 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 16:06:37.234 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.234 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.234 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 16:06:37.239 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 16:06:37.314 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:37.314 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 16:06:37.324 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:37.324 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml. 0s90ms [pure insertion] marking any relevant derived attributes for update...16:06:37.324 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.324 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 16:06:37.325 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.325 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 16:06:37.330 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 16:06:37.337 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.337 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 16:06:37.343 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:37.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:06:37.345 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.345 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:06:37.353 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:06:37.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 16:06:37.443 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:06:37.528 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:06:37.531 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:37.531 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s186ms [pure insertion] marking any relevant derived attributes for update...16:06:37.531 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.531 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.532 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 16:06:37.532 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.532 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.532 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 16:06:37.537 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 16:06:37.544 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.544 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 16:06:37.549 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.549 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:37.549 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.549 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.550 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 16:06:37.550 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.551 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.551 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 16:06:37.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 16:06:37.620 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.620 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 16:06:37.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:37.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.629 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 16:06:37.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.630 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.630 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 16:06:37.636 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 16:06:37.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.646 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 16:06:37.651 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.651 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:37.651 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:37.652 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:37.653 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 16:06:37.653 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.653 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.653 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 16:06:37.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 16:06:37.721 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:06:37.721 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 16:06:37.728 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.728 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:37.728 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.728 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.729 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 16:06:37.729 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.729 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.729 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 16:06:37.735 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 16:06:37.742 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.742 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 16:06:37.747 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.747 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:37.747 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.747 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.748 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 16:06:37.748 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.749 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.749 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 16:06:37.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 16:06:37.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 16:06:37.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.826 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:37.826 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.826 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 16:06:37.827 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.827 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 16:06:37.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 16:06:37.839 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.839 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 16:06:37.844 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.844 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:37.844 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.844 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.845 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 16:06:37.845 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.845 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.845 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 16:06:37.851 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 16:06:37.910 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:06:37.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:37.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 16:06:37.921 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:06:37.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:37.922 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:37.923 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 16:06:37.923 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.923 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.923 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 16:06:37.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 16:06:37.938 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:37.938 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 16:06:37.944 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:37.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:06:37.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:37.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:37.945 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 16:06:37.945 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:37.945 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:37.945 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 16:06:37.951 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 16:06:38.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:38.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 16:06:38.018 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:38.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:06:38.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.019 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 16:06:38.020 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.020 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 16:06:38.025 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 16:06:38.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:38.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 16:06:38.153 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:38.153 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml. 0s134ms [pure insertion] marking any relevant derived attributes for update...16:06:38.154 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.154 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.155 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 16:06:38.155 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.158 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.158 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 16:06:38.164 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 16:06:38.170 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:38.170 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 16:06:38.228 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:38.229 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:06:38.229 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.229 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.230 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 16:06:38.230 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.230 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.230 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 16:06:38.235 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 16:06:38.242 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:38.242 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 16:06:38.246 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:38.246 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:38.246 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:06:38.248 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.248 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:06:38.254 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:06:38.351 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 16:06:38.351 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:06:38.433 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:38.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s186ms [pure insertion] marking any relevant derived attributes for update...16:06:38.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.436 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 16:06:38.436 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.436 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.436 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 16:06:38.451 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 16:06:38.711 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 16:06:38.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 16:06:38.925 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:06:38.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml. 0s489ms [pure insertion] marking any relevant derived attributes for update...16:06:38.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:38.925 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:38.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 16:06:38.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:38.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:38.929 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 16:06:38.934 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 16:06:38.946 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:38.946 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 16:06:39.010 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:39.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:39.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:39.011 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:39.011 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 16:06:39.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.012 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.012 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 16:06:39.019 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 16:06:39.031 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.031 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 16:06:39.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml. 0s26ms [pure insertion] marking any relevant derived attributes for update...16:06:39.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 16:06:39.038 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.039 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.039 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 16:06:39.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 16:06:39.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 16:06:39.117 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.117 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:39.117 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.117 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 16:06:39.119 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.119 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 16:06:39.127 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 16:06:39.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 16:06:39.147 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...16:06:39.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.147 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.148 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 16:06:39.148 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.152 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.152 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 16:06:39.216 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 16:06:39.224 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.224 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 16:06:39.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:39.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.232 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 16:06:39.232 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.233 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 16:06:39.240 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 16:06:39.248 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.248 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 16:06:39.254 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.254 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:39.254 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:39.255 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:39.256 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 16:06:39.256 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.256 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.256 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 16:06:39.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 16:06:39.326 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:39.326 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 16:06:39.333 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:39.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 16:06:39.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 16:06:39.342 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 16:06:39.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 16:06:39.354 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:39.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.354 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 16:06:39.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 16:06:39.417 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 16:06:39.426 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:39.426 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 16:06:39.431 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.431 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:06:39.431 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.432 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.433 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 16:06:39.433 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.434 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.434 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 16:06:39.439 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 16:06:39.632 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 16:06:39.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 16:06:39.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:06:39.829 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml. 0s396ms [pure insertion] marking any relevant derived attributes for update...16:06:39.829 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 16:06:39.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.834 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.834 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 16:06:39.838 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 16:06:39.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:39.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 16:06:39.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.918 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:06:39.918 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.918 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 16:06:39.919 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.919 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 16:06:39.924 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 16:06:39.930 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:39.930 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 16:06:39.936 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:39.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:39.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:39.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:39.937 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 16:06:39.937 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:39.937 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:39.937 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 16:06:39.943 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 16:06:40.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 16:06:40.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:40.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.021 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 16:06:40.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.021 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 16:06:40.025 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 16:06:40.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 16:06:40.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:40.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.037 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 16:06:40.038 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.038 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 16:06:40.044 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 16:06:40.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 16:06:40.055 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.055 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:40.055 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.055 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.056 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 16:06:40.056 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.056 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.056 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 16:06:40.115 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 16:06:40.130 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:40.130 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 16:06:40.139 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:40.139 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:40.139 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.139 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 16:06:40.141 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.141 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 16:06:40.146 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 16:06:40.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 16:06:40.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 16:06:40.546 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:06:40.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml. 0s405ms [pure insertion] marking any relevant derived attributes for update...16:06:40.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (7 sec, 14 sec total) 16:06:40.547 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 16:06:40.547 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.547 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.547 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 16:06:40.552 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 16:06:40.616 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.616 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 16:06:40.622 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:06:40.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 16:06:40.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 16:06:40.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 16:06:40.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.642 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 16:06:40.647 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:06:40.647 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:40.648 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:40.648 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 16:06:40.648 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.649 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.649 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 16:06:40.654 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 16:06:40.715 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.715 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 16:06:40.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:40.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:40.721 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:40.721 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 16:06:40.721 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.722 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 16:06:40.727 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 16:06:40.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:40.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 16:06:40.742 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:40.742 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:06:40.742 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:40.742 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:40.743 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 16:06:40.743 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.743 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.743 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 16:06:40.748 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 16:06:40.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:40.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 16:06:40.826 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:40.826 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:40.826 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:40.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:40.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 16:06:40.827 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.828 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.828 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 16:06:40.833 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 16:06:40.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:40.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 16:06:40.913 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:40.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:06:40.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:40.914 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:40.914 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 16:06:40.914 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.915 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.915 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 16:06:40.920 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 16:06:40.932 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:40.932 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 16:06:40.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:40.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...16:06:40.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:40.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:40.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 16:06:40.943 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:40.944 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:40.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 16:06:40.949 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 16:06:41.019 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:41.019 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 16:06:41.025 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:41.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:06:41.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:41.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:41.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 16:06:41.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 16:06:41.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 16:06:41.040 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:41.040 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 16:06:41.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:41.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:41.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:41.045 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:41.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 16:06:41.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.047 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.047 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 16:06:41.052 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 16:06:41.145 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 16:06:41.145 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 16:06:41.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:41.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml. 0s185ms [pure insertion] marking any relevant derived attributes for update...16:06:41.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:41.232 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:41.232 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 16:06:41.232 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.233 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 16:06:41.238 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 16:06:41.324 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 16:06:41.324 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 16:06:41.345 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:41.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml. 0s113ms [pure insertion] marking any relevant derived attributes for update...16:06:41.345 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:41.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:41.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 16:06:41.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 16:06:41.353 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 16:06:41.437 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 16:06:41.437 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 16:06:41.521 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:41.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml. 0s174ms [pure insertion] marking any relevant derived attributes for update...16:06:41.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:41.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:41.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 16:06:41.522 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.522 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 16:06:41.528 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 16:06:41.543 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:41.543 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 16:06:41.610 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:41.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:06:41.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:41.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:41.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 16:06:41.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:41.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:41.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 16:06:41.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 16:06:41.828 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 16:06:41.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 16:06:42.033 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:06:42.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s421ms [pure insertion] marking any relevant derived attributes for update...16:06:42.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:42.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:42.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 16:06:42.034 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.035 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.035 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 16:06:42.040 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 16:06:42.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 16:06:42.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:42.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:42.113 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:42.113 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 16:06:42.113 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.114 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 16:06:42.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 16:06:42.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:42.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 16:06:42.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:42.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...16:06:42.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.141 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.142 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 16:06:42.142 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.142 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.142 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 16:06:42.147 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 16:06:42.216 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 16:06:42.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:06:42.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 16:06:42.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 16:06:42.228 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 16:06:42.246 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 16:06:42.246 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 16:06:42.314 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:42.314 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s91ms [pure insertion] marking any relevant derived attributes for update...16:06:42.314 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.314 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 16:06:42.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 16:06:42.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 16:06:42.337 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:42.337 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 16:06:42.346 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:42.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml. 0s31ms [pure insertion] marking any relevant derived attributes for update...16:06:42.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:42.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:42.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 16:06:42.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.347 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 16:06:42.353 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 16:06:42.413 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.413 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 16:06:42.419 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:42.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.420 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 16:06:42.420 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.420 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.420 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 16:06:42.425 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 16:06:42.433 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.433 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 16:06:42.440 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:42.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:42.441 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:42.442 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 16:06:42.442 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.442 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.442 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 16:06:42.510 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 16:06:42.517 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.517 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 16:06:42.522 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:06:42.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.522 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 16:06:42.523 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.524 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.524 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 16:06:42.529 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 16:06:42.536 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:42.536 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 16:06:42.541 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:42.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:42.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:42.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:42.543 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 16:06:42.544 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:42.544 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:42.544 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 16:06:42.549 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 16:06:43.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 16:06:43.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 16:06:43.248 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 16:06:43.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml. 0s705ms [pure insertion] marking any relevant derived attributes for update...16:06:43.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 16:06:43.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 16:06:43.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 16:06:43.322 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:43.322 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 16:06:43.326 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:43.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:43.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:43.327 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:43.327 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 16:06:43.327 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.328 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.328 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 16:06:43.332 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 16:06:43.342 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:43.343 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 16:06:43.351 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:43.351 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...16:06:43.351 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.351 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.352 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 16:06:43.352 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.352 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.352 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 16:06:43.412 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 16:06:43.420 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:43.421 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 16:06:43.425 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:43.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:06:43.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:43.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:43.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 16:06:43.426 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.427 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.427 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 16:06:43.431 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 16:06:43.446 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 16:06:43.446 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 16:06:43.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:43.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s92ms [pure insertion] marking any relevant derived attributes for update...16:06:43.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 16:06:43.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 16:06:43.524 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 16:06:43.533 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:43.533 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 16:06:43.539 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:43.539 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:43.539 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.539 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 16:06:43.540 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.540 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 16:06:43.544 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 16:06:43.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 16:06:43.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 16:06:43.716 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:06:43.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s176ms [pure insertion] marking any relevant derived attributes for update...16:06:43.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 16:06:43.717 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.717 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 16:06:43.721 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 16:06:43.727 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:43.727 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 16:06:43.731 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:43.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:43.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:43.731 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:43.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 16:06:43.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:43.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:43.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 16:06:43.738 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 16:06:43.917 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 16:06:43.917 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 16:06:44.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:06:44.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s305ms [pure insertion] marking any relevant derived attributes for update...16:06:44.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:44.039 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:44.040 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 16:06:44.040 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.040 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.040 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 16:06:44.045 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 16:06:44.051 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.051 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 16:06:44.057 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.057 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:44.057 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:44.057 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:44.058 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 16:06:44.109 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.110 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 16:06:44.116 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 16:06:44.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 16:06:44.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 16:06:44.317 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:06:44.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml. 0s259ms [pure insertion] marking any relevant derived attributes for update...16:06:44.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:44.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:44.318 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 16:06:44.318 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.318 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.318 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 16:06:44.324 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 16:06:44.336 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:44.336 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 16:06:44.342 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.342 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...16:06:44.342 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:44.342 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:44.343 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 16:06:44.343 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.343 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.344 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 16:06:44.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 16:06:44.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 16:06:44.421 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:44.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:44.422 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:44.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 16:06:44.423 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.423 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 16:06:44.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 16:06:44.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 16:06:44.443 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.443 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:44.443 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:44.444 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:44.445 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 16:06:44.445 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.446 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.446 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 16:06:44.451 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 16:06:44.643 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 16:06:44.643 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 16:06:44.834 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 16:06:44.834 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml. 0s389ms [pure insertion] marking any relevant derived attributes for update...16:06:44.834 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:44.834 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:44.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 16:06:44.835 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.835 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 16:06:44.839 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 16:06:44.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.846 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 16:06:44.851 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.851 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:44.851 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:44.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:44.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 16:06:44.909 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 16:06:44.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 16:06:44.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 16:06:44.935 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:44.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:06:44.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:44.936 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:44.937 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 16:06:44.937 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:44.937 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:44.937 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 16:06:44.945 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 16:06:44.954 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:44.954 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 16:06:45.015 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:45.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.016 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 16:06:45.016 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.016 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.016 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 16:06:45.022 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 16:06:45.033 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:45.033 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 16:06:45.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:45.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.038 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 16:06:45.039 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.039 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.039 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 16:06:45.044 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 16:06:45.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 16:06:45.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:45.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.120 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 16:06:45.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.120 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 16:06:45.126 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 16:06:45.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:45.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 16:06:45.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:45.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.137 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 16:06:45.138 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.138 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.138 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 16:06:45.144 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 16:06:45.151 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.151 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 16:06:45.209 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:45.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.211 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 16:06:45.211 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.211 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.211 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 16:06:45.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 16:06:45.237 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:45.237 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 16:06:45.247 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:45.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml. 0s36ms [pure insertion] marking any relevant derived attributes for update...16:06:45.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.247 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 16:06:45.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 16:06:45.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 16:06:45.320 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.320 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 16:06:45.325 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:06:45.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 16:06:45.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 16:06:45.332 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 16:06:45.352 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 16:06:45.352 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 16:06:45.423 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:45.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s97ms [pure insertion] marking any relevant derived attributes for update...16:06:45.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:45.424 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:45.424 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 16:06:45.424 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.425 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 16:06:45.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 16:06:45.441 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:45.441 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 16:06:45.447 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:06:45.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.447 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.448 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 16:06:45.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.448 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.448 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 16:06:45.454 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 16:06:45.513 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.513 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 16:06:45.519 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:06:45.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 16:06:45.520 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.523 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 16:06:45.529 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 16:06:45.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 16:06:45.540 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:45.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 16:06:45.541 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.541 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 16:06:45.547 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 16:06:45.554 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.554 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 16:06:45.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:45.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.614 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 16:06:45.614 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.615 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.615 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 16:06:45.623 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 16:06:45.645 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 16:06:45.645 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 16:06:45.723 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:45.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml. 0s109ms [pure insertion] marking any relevant derived attributes for update...16:06:45.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:45.724 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:45.724 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 16:06:45.724 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.725 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 16:06:45.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 16:06:45.744 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:45.744 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 16:06:45.813 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:45.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...16:06:45.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 16:06:45.814 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.818 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 16:06:45.823 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 16:06:45.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 16:06:45.834 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:06:45.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.836 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 16:06:45.836 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.836 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.836 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 16:06:45.841 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 16:06:45.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:45.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 16:06:45.853 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:45.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:45.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:45.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:45.854 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 16:06:45.854 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:45.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:45.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 16:06:45.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 16:06:45.945 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 16:06:45.945 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 16:06:46.027 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:46.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s173ms [pure insertion] marking any relevant derived attributes for update...16:06:46.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.027 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.028 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 16:06:46.028 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.028 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.028 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 16:06:46.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 16:06:46.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:46.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 16:06:46.043 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:46.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 16:06:46.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.046 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.046 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 16:06:46.051 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 16:06:46.115 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.115 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 16:06:46.119 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:46.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.120 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 16:06:46.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.120 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 16:06:46.125 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 16:06:46.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 16:06:46.140 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 16:06:46.215 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:46.215 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:06:46.215 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:46.216 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:46.216 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 16:06:46.216 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.216 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.216 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 16:06:46.221 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 16:06:46.226 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:46.226 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 16:06:46.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:46.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.232 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 16:06:46.232 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.232 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.233 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 16:06:46.237 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 16:06:46.342 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 16:06:46.342 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 16:06:46.438 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 16:06:46.438 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s206ms [pure insertion] marking any relevant derived attributes for update...16:06:46.438 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.438 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 16:06:46.440 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.440 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.440 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 16:06:46.445 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 16:06:46.513 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.513 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 16:06:46.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:46.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 16:06:46.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 16:06:46.524 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 16:06:46.538 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:46.538 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 16:06:46.546 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:46.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml. 0s27ms [pure insertion] marking any relevant derived attributes for update...16:06:46.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.546 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.547 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 16:06:46.547 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.547 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.547 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 16:06:46.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 16:06:46.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 16:06:46.622 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.622 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:46.622 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.622 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 16:06:46.623 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.623 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 16:06:46.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 16:06:46.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:46.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 16:06:46.650 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:46.650 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml. 0s27ms [pure insertion] marking any relevant derived attributes for update...16:06:46.650 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 16:06:46.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 16:06:46.711 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 16:06:46.711 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.711 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.711 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 16:06:46.716 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 16:06:46.721 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.721 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 16:06:46.725 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:46.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 16:06:46.726 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.726 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 16:06:46.730 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 16:06:46.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.737 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 16:06:46.741 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.741 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:46.741 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.741 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.742 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 16:06:46.742 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.742 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.742 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 16:06:46.746 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 16:06:46.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 16:06:46.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:46.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:46.822 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:46.822 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 16:06:46.822 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.822 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.822 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 16:06:46.827 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 16:06:46.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 16:06:46.836 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.836 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:06:46.836 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.836 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.837 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 16:06:46.837 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.837 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.837 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 16:06:46.841 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 16:06:46.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 16:06:46.852 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:46.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.852 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 16:06:46.853 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.853 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.853 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 16:06:46.913 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 16:06:46.921 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.922 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 16:06:46.926 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:06:46.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.927 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 16:06:46.927 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.927 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.927 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 16:06:46.931 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 16:06:46.937 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:46.937 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 16:06:46.942 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:46.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:46.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:46.942 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:46.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 16:06:46.943 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:46.943 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:46.943 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 16:06:46.947 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 16:06:46.953 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:06:46.953 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 16:06:47.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:06:47.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 16:06:47.015 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.015 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 16:06:47.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 16:06:47.028 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.028 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 16:06:47.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:47.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.032 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 16:06:47.033 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.033 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 16:06:47.037 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 16:06:47.047 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:47.047 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 16:06:47.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:47.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:47.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.112 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.113 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 16:06:47.113 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.113 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.113 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 16:06:47.118 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 16:06:47.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 16:06:47.128 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.128 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:47.128 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.128 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.129 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 16:06:47.129 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 16:06:47.136 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 16:06:47.143 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.143 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 16:06:47.210 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:47.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:47.211 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:47.211 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 16:06:47.211 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.212 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.212 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 16:06:47.216 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 16:06:47.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 16:06:47.226 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:47.226 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:47.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:47.228 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 16:06:47.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.228 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 16:06:47.234 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 16:06:47.242 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.242 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 16:06:47.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:06:47.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 16:06:47.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 16:06:47.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 16:06:47.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 16:06:47.344 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 16:06:47.414 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:47.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml. 0s100ms [pure insertion] marking any relevant derived attributes for update...16:06:47.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 16:06:47.416 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.416 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.416 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 16:06:47.426 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 16:06:47.433 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:06:47.433 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 16:06:47.540 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.540 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s124ms [pure insertion] marking any relevant derived attributes for update...16:06:47.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:47.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:47.541 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 16:06:47.541 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.542 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.542 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 16:06:47.547 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 16:06:47.554 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.554 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 16:06:47.610 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:06:47.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:47.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:47.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 16:06:47.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 16:06:47.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 16:06:47.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 16:06:47.631 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:47.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.632 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 16:06:47.632 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.632 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.632 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 16:06:47.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 16:06:47.650 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:47.650 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 16:06:47.713 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s81ms [pure insertion] marking any relevant derived attributes for update...16:06:47.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.714 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 16:06:47.714 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.714 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.714 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 16:06:47.719 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 16:06:47.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.726 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 16:06:47.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:47.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 16:06:47.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.733 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 16:06:47.738 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 16:06:47.746 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.747 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 16:06:47.752 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.752 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:47.752 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.752 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.753 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 16:06:47.753 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.753 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.753 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 16:06:47.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 16:06:47.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 16:06:47.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.829 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:06:47.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:47.830 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:47.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 16:06:47.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 16:06:47.836 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 16:06:47.843 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.843 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 16:06:47.848 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.848 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:47.848 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.848 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.849 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 16:06:47.849 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.849 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.849 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 16:06:47.854 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 16:06:47.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 16:06:47.921 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:06:47.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.922 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 16:06:47.922 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.922 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.922 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 16:06:47.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 16:06:47.939 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:47.939 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 16:06:47.944 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:47.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:47.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:47.944 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:47.945 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 16:06:47.945 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:47.945 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:47.945 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 16:06:47.950 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 16:06:48.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.016 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 16:06:48.022 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:48.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.022 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 16:06:48.023 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.023 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 16:06:48.028 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 16:06:48.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 16:06:48.038 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 16:06:48.043 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:06:48.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.043 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 16:06:48.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.044 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.044 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 16:06:48.050 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 16:06:48.122 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:06:48.122 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 16:06:48.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:06:48.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:06:48.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 16:06:48.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 16:06:48.137 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 16:06:48.145 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.145 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 16:06:48.150 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.150 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:06:48.150 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.150 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.151 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 16:06:48.151 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.152 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.152 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 16:06:48.213 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 16:06:48.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 16:06:48.230 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.230 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:06:48.230 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:48.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:48.231 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 16:06:48.231 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.232 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.232 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 16:06:48.236 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 16:06:48.243 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.243 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 16:06:48.248 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:06:48.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.248 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 16:06:48.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.249 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.249 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 16:06:48.312 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 16:06:48.319 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.319 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 16:06:48.325 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:06:48.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 16:06:48.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 16:06:48.332 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 16:06:48.340 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.340 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 16:06:48.349 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...16:06:48.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.351 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 16:06:48.351 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.351 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.351 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 16:06:48.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 16:06:48.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 16:06:48.442 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 16:06:48.521 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:48.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s170ms [pure insertion] marking any relevant derived attributes for update...16:06:48.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (7 sec, 22 sec total) 16:06:48.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 16:06:48.523 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.523 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 16:06:48.533 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 16:06:48.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 16:06:48.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 16:06:48.638 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:48.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml. 0s115ms [pure insertion] marking any relevant derived attributes for update...16:06:48.638 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:06:48.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:06:48.639 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 16:06:48.639 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.643 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.643 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 16:06:48.648 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 16:06:48.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 16:06:48.717 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:06:48.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.718 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 16:06:48.718 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.718 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.718 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 16:06:48.723 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 16:06:48.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:48.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 16:06:48.734 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:48.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:48.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:48.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:48.737 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 16:06:48.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:48.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:48.737 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 16:06:48.742 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 16:06:48.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 16:06:48.948 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 16:06:49.218 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 16:06:49.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml. 0s481ms [pure insertion] marking any relevant derived attributes for update...16:06:49.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.219 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 16:06:49.219 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:49.219 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:49.219 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 16:06:49.224 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 16:06:49.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:49.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 16:06:49.238 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:49.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:49.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.238 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 16:06:49.239 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:49.239 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:49.239 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 16:06:49.244 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 16:06:49.310 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:49.310 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 16:06:49.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:49.316 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:49.316 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.316 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 16:06:49.317 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:49.317 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:49.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 16:06:49.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 16:06:49.332 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:49.333 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 16:06:49.333 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:49.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:06:49.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 16:06:49.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:49.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:49.334 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 16:06:49.338 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 16:06:49.348 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:49.348 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 16:06:49.353 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:49.353 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:06:49.353 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.353 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 16:06:49.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:49.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:49.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 16:06:49.415 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 16:06:49.420 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:06:49.420 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 16:06:49.425 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:06:49.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:06:49.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:49.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:49.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 23 sec total) 16:06:49.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:49.426 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:49.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 16:06:52.418 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 16:06:52.418 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.992s attempting to resolve any uninitialized derived attributes... 16:06:52.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:52.418 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:52.419 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:52.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s993ms [proxy update] 16:06:52.419 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:52.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~26s validating changes... validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.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/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/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/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-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/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-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/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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/4e477e48-35b4-11df-9280-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/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-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/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.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/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-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.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.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/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.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/b071b025-c2fc-11de-8ac8-001302895b2b.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-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/c4b3add1-c2f9-11de-8ac8-001302895b2b.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/00000000-0000-9c45-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/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-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/0054070c-0000-005f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-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.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-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/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/01ec12fc-0000-0c02-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/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/00700680-0000-01fb-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/40400bbd-0b5d-11df-8680-001302895b2b.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/00d0052c-0000-0143-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/3254be34-c7d8-4018-8a68-5de65c30b773.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/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.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.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.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.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.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/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-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/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.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/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/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/051f4291-f151-4147-99c5-fd78221f49e2.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.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.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/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/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/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/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.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/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/Standard.DataType/00000004-0000-0011-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/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.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/e445c33b-de99-11de-905b-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/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/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/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-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/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-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.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/ff6e0375-5d09-11df-a996-001302895b2b.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/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.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/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/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-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/002005c0-0001-0009-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/de38398e-c746-11e1-8624-0027103f347d.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/01ec141c-0000-12f2-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/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.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.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml changed resource size: 619 relevant graph size: 619 validated changes... true 16:06:56.317 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 30 s 365 ms 16:06:56.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:56.326 [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 16:06:56.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:56.338 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:56.345 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:56.346 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13368713592707632870/test_zoo[LevelDB GreyCat] 16:06:56.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:56.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:56.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:56.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:06:56.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:56.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:56.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:56.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:56.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:56.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:06:56.506 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.506 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.506 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:06:56.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15940296768144886695/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:56.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:56.555 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.560 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.560 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.560 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.561 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.561 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.566 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.566 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:06:56.566 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.566 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.569 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.569 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:06:56.572 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.572 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.572 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.574 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.578 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.610 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.610 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.616 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:06:56.617 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.617 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.617 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.618 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.624 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:06:56.625 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.625 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.625 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.626 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.630 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.630 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.630 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.631 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.631 [pool-167-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/v5-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.632 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.636 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.637 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.637 [pool-167-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/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.638 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:06:56.642 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.643 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.643 [pool-167-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/v7-B.2.0.bpmn over /tmp/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.643 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.647 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.647 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.647 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.648 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.648 [pool-167-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/junit15940296768144886695/v0-B.2.0.bpmn 16:06:56.649 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:56.653 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:56.654 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:56.654 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:06:56.654 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:56.654 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.654 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 16:06:56.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:56.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15940296768144886695/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:56.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:56.711 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:56.713 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:56.714 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16460510442240987472/test_bpmn[LevelDB GreyCat] 16:06:56.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:56.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:56.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:56.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:06:56.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:56.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:56.931 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:56.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:56.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:56.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:06:56.932 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:56.932 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 16:06:56.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:56.932 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:06:56.950 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:56.950 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:56.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:06:56.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:06:56.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 16:06:56.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:06:56.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:06:56.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:06:56.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:06:56.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:06:56.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:06:56.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 16:06:56.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:06:57.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:06:57.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:06:57.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:06:57.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:06:57.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:06:57.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:06:57.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:06:57.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:06:57.016 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:06:57.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:06:57.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:06:57.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:06:57.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:06:57.017 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:06:57.018 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:06:57.034 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:06:57.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:57.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:57.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:57.128 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:57.131 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:57.138 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:57.138 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:57.141 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:06:57.141 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:57.141 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:57.141 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:06:57.156 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:06:57.214 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:57.214 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:06:57.228 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:57.228 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:06:57.228 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:06:57.231 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:06:57.232 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:06:57.232 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:57.233 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:57.233 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:06:57.237 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:06:57.241 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:57.242 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:06:57.254 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:57.254 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:06:57.254 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:57.254 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:57.255 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:06:57.256 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:57.256 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:57.256 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:06:57.260 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:06:57.313 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:57.314 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:06:57.330 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:57.330 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:06:57.330 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:57.330 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:57.330 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:57.330 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:57.331 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.022s attempting to resolve any uninitialized derived attributes... 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s22ms [proxy update] 16:06:57.352 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:57.353 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 16:06:57.410 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 282 ms 16:06:57.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:57.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:57.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:57.429 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:57.431 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:57.431 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10841181189469920379/test_instanceCountsAllOf[LevelDB GreyCat] 16:06:57.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:57.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:57.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:57.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:06:57.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:57.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:57.719 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:57.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:57.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:57.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:06:57.720 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:57.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:57.720 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:57.720 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:06:57.726 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:57.726 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:57.825 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:06:57.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:06:57.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:06:57.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:06:57.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:06:57.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:06:57.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:06:57.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:06:57.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:06:57.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:06:57.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:06:57.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:06:57.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:06:57.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:06:57.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:06:57.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:06:57.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:06:57.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:06:57.838 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:06:57.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:06:57.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:06:57.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:06:57.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:06:57.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:06:57.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:06:57.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:06:57.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:06:57.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:06:57.919 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:06:57.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:58.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:58.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:58.014 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:58.017 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:58.024 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:58.024 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:58.026 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:06:58.026 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.026 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.026 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:06:58.042 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:06:58.048 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.048 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:06:58.121 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:58.121 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:06:58.121 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:06:58.123 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:06:58.125 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:06:58.125 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.125 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.125 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:06:58.130 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:06:58.135 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.136 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:06:58.150 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:58.150 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s25ms [pure insertion] marking any relevant derived attributes for update...16:06:58.150 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:58.150 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:58.152 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:06:58.152 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.152 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.152 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:06:58.157 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:06:58.214 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.214 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:06:58.238 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:58.238 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:06:58.238 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:58.238 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:58.238 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:58.238 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:58.240 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.083s attempting to resolve any uninitialized derived attributes... 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s83ms [proxy update] 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:58.321 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/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 16:06:58.323 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 309 ms 16:06:58.334 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:58.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:58.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:58.338 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:58.340 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:58.340 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11888735944230981642/test_listFiles[LevelDB GreyCat] 16:06:58.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:58.572 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:58.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:58.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:06:58.576 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:58.576 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:58.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:58.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:58.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:58.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:06:58.581 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:58.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:58.581 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:58.582 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:06:58.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:58.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:58.620 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:06:58.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:06:58.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:06:58.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:06:58.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:06:58.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:06:58.629 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:06:58.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:06:58.632 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:06:58.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:06:58.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:06:58.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:06:58.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:06:58.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:06:58.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:06:58.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:06:58.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:06:58.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:06:58.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:06:58.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:58.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:58.810 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:58.810 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:58.814 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:58.821 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:58.821 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:58.823 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:06:58.823 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.823 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.823 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:06:58.841 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:06:58.847 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.847 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:06:58.915 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:58.915 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s92ms [pure insertion] marking any relevant derived attributes for update...16:06:58.915 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:06:58.918 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:06:58.919 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:06:58.919 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.919 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.919 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:06:58.924 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:06:58.929 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.929 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:06:58.942 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:06:58.942 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:06:58.942 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:58.942 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:58.943 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:06:58.943 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:58.943 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:58.943 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:06:58.948 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:06:58.952 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:58.952 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:06:59.020 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:59.020 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:06:59.020 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:06:59.020 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:06:59.020 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:06:59.021 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:06:59.021 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:06:59.040 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:06:59.040 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.019s attempting to resolve any uninitialized derived attributes... 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:06:59.041 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 16:06:59.043 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 233 ms 16:06:59.053 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:06:59.054 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2486925455678625709/test_instanceCounts[LevelDB GreyCat] 16:06:59.056 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:06:59.056 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2486925455678625709/test_instanceCounts[LevelDB GreyCat] 16:06:59.058 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:06:59.058 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2486925455678625709/test_instanceCounts[LevelDB GreyCat] 16:06:59.113 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:06:59.113 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2486925455678625709/test_instanceCounts[LevelDB GreyCat] 16:06:59.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:06:59.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:59.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:59.122 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:06:59.124 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:06:59.126 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2486925455678625709/test_instanceCounts[LevelDB GreyCat] 16:06:59.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:06:59.613 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:06:59.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:59.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:06:59.617 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:59.617 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:59.622 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:06:59.622 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:06:59.622 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:06:59.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:06:59.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:06:59.623 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:59.623 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:06:59.623 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:06:59.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:06:59.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:06:59.641 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:06:59.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:06:59.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:06:59.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:06:59.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:06:59.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:06:59.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:06:59.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:06:59.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:06:59.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:06:59.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:06:59.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:06:59.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:06:59.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:06:59.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:06:59.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:06:59.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:06:59.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:06:59.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:06:59.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:06:59.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:06:59.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:06:59.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:06:59.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:06:59.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:06:59.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:06:59.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:06:59.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:06:59.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:06:59.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:06:59.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:06:59.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:06:59.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:06:59.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:06:59.731 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:06:59.731 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:06:59.840 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:06:59.843 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:06:59.844 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:06:59.847 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:06:59.853 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:06:59.854 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:06:59.856 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:06:59.856 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:59.856 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:59.856 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:06:59.922 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:06:59.928 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:06:59.928 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:06:59.943 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:06:59.943 [pool-175-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...16:06:59.943 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:06:59.946 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:06:59.948 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:06:59.948 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:06:59.948 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:06:59.948 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:06:59.952 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:07:00.010 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:00.010 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:07:00.029 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:00.029 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:07:00.029 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:00.030 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:00.031 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:07:00.031 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:00.031 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:00.032 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:07:00.036 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:07:00.042 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:00.042 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:07:00.116 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:07:00.116 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s85ms [pure insertion] marking any relevant derived attributes for update...16:07:00.116 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:00.117 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:00.117 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:00.117 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:00.118 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.021s attempting to resolve any uninitialized derived attributes... 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 16:07:00.138 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:00.139 [pool-175-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 16:07:00.145 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 301 ms 16:07:00.150 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.150 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.155 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.155 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.214 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.214 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.218 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.218 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.225 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.225 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.228 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.228 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:00.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:00.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:00.238 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:00.240 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:00.241 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10081567169493064055/test_reverseRefs[LevelDB GreyCat] 16:07:00.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:00.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:00.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:00.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:00.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:00.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:00.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:00.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:00.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:00.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:07:00.432 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 16:07:00.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:07:00.432 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:00.432 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 16:07:00.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:00.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:00.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:00.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:00.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:00.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 16:07:00.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:00.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 16:07:00.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:00.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:00.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:00.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 16:07:00.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 16:07:00.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:00.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:00.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:00.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:00.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:00.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:00.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:00.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:00.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:00.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:00.461 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:00.462 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:07:00.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:07:00.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:00.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:00.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:00.552 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:00.555 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:00.613 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:00.613 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:00.615 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:07:00.615 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:00.615 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:00.615 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:07:00.630 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:07:00.635 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:00.635 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:07:00.653 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:07:00.653 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s38ms [pure insertion] marking any relevant derived attributes for update...16:07:00.653 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s57ms 16:07:00.710 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms 16:07:00.711 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:07:00.711 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:00.711 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:00.711 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:07:00.716 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:07:00.720 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:00.720 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:07:00.732 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:00.732 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:07:00.732 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:00.732 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:00.734 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:07:00.734 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:00.734 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:00.734 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:07:00.738 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:07:00.743 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:00.743 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:07:00.812 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:00.812 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:07:00.812 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:00.812 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:00.812 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:00.812 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:00.813 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.021s attempting to resolve any uninitialized derived attributes... 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 16:07:00.833 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:00.833 [pool-177-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 16:07:00.835 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 283 ms 16:07:00.837 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.838 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.839 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.839 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.839 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7151480003505480563/test_forwardRefs[LevelDB GreyCat] 16:07:00.844 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.844 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.844 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7151480003505480563/test_forwardRefs[LevelDB GreyCat] 16:07:00.849 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.849 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.849 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7151480003505480563/test_forwardRefs[LevelDB GreyCat] 16:07:00.853 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:00.853 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7151480003505480563/test_forwardRefs[LevelDB GreyCat] 16:07:00.913 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 16:07:00.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:00.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:00.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:00.916 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:00.918 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:00.920 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7151480003505480563/test_forwardRefs[LevelDB GreyCat] 16:07:00.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:01.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:01.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:01.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:01.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:01.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:01.340 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:01.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:01.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:01.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:01.341 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:01.341 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:01.341 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:01.343 [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 16:07:01.442 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:01.442 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:01.527 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:07:01.528 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:07:01.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:01.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:01.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:01.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:01.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:07:01.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:07:01.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:07:01.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:01.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:01.635 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:01.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:01.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:01.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:01.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:01.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:01.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:01.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:01.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:01.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:01.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:01.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:01.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:01.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:01.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:01.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:01.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:01.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:01.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:01.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:01.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:07:01.653 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:07:01.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:07:01.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:07:01.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:01.944 [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 16:07:01.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:01.947 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:02.015 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:02.021 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:02.021 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:02.217 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:02.217 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:02.217 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:02.217 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:02.234 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:03.648 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 16:07:03.648 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:04.613 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:07:04.613 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s396ms [pure insertion] marking any relevant derived attributes for update...16:07:04.613 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s6ms 16:07:04.619 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms 16:07:04.619 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:04.619 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.028s attempting to resolve any uninitialized derived attributes... 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:04.647 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s29ms [proxy update] 16:07:04.648 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:04.648 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:05.945 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 997 ms 16:07:06.050 [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 16:07:06.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:06.057 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:06.140 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:06.142 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 16:07:06.143 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:06.143 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:06.310 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:06.310 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:06.310 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:06.310 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:06.316 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:07.214 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:07:07.319 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~1sec) 16:07:07.319 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:07.529 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:07:07.739 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:07:07.739 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 1s429ms [pure insertion] marking any relevant derived attributes for update...16:07:07.739 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:07.739 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:07.810 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:07.810 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:07.811 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:07.811 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:07.816 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:07.818 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:07.818 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:07.823 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:07.823 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:07:07.823 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:07.823 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:07.836 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:07.836 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:07.836 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:07.836 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:07.842 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:07.844 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:07.844 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:07.849 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:07.849 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:07:07.850 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:07.850 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:07.911 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:07:07.916 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:07.916 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:07.919 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:07.919 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:07.925 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:07.931 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:07:07.931 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:08.032 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:07:08.032 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s116ms [pure insertion] marking any relevant derived attributes for update...16:07:08.032 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:08.032 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:08.046 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:08.046 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:08.046 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:08.046 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:08.052 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:08.115 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:08.115 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:08.115 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:08.115 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:07:08.115 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:08.115 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:08.127 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:08.127 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:08.127 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:08.128 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:08.134 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:08.140 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:07:08.140 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:08.418 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:08.418 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s291ms [pure insertion] marking any relevant derived attributes for update...16:07:08.418 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:08.419 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:08.433 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:08.433 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:08.433 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:08.433 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:08.512 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:08.513 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:08.513 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:08.518 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:08.518 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s85ms [pure insertion] marking any relevant derived attributes for update...16:07:08.518 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:08.518 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:08.640 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:08.641 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:08.641 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:08.641 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:08.710 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:10.214 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 16:07:10.214 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:10.756 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:07:10.756 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 2s116ms [pure insertion] marking any relevant derived attributes for update...16:07:10.756 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:10.756 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:10.842 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:10.842 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:10.843 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:10.843 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:10.849 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:11.514 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 16:07:11.514 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:11.723 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:07:11.723 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s881ms [pure insertion] marking any relevant derived attributes for update...16:07:11.723 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:11.723 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:11.734 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:11.734 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:11.734 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:11.734 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:11.739 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:11.744 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:11.744 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:11.744 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:11.744 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:07:11.744 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:11.744 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:11.811 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:11.811 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:11.814 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:11.814 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:11.819 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:11.820 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:11.820 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:11.824 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:11.824 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:07:11.824 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:11.824 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:11.824 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:11.824 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:11.855 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.688s attempting to resolve any uninitialized derived attributes... 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:12.512 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s689ms [proxy update] 16:07:12.513 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:12.514 [pool-179-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 ~6s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:13.735 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 7 s 677 ms 16:07:13.735 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:13.741 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:13.918 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:13.921 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:13.923 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:14.114 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:14.117 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:14.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:14.119 [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 16:07:14.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:14.124 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:14.135 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:14.136 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2563752443241887949/test_allContents[LevelDB GreyCat] 16:07:14.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:14.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:14.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:14.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 16:07:14.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:14.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:14.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:14.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:14.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:14.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:07:14.356 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:14.356 [pool-181-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 16:07:14.357 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:14.357 [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 16:07:14.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:14.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:14.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:14.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:14.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:14.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:14.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:14.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:14.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:14.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:14.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:14.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:14.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:14.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:14.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:14.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:14.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:14.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:14.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:14.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:14.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:14.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:14.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:14.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:14.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:14.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:14.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:14.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:14.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:14.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:14.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:14.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:14.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:07:14.452 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:07:14.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:14.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:14.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:14.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:14.618 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:07:14.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:07:14.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:07:14.731 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:07:14.732 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:14.831 [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 16:07:14.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:14.834 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:14.853 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:14.910 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:14.910 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:15.050 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:15.050 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:15.050 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:15.050 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:15.113 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:16.346 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 16:07:16.346 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:17.219 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:07:17.219 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s170ms [pure insertion] marking any relevant derived attributes for update...16:07:17.219 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:07:17.224 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:07:17.224 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:17.224 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.029s attempting to resolve any uninitialized derived attributes... 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:17.253 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s85ms [proxy update] 16:07:17.309 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:17.310 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:18.281 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 446 ms 16:07:18.339 [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 16:07:18.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:18.344 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:18.374 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:18.411 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 16:07:18.411 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:18.411 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:18.429 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:18.429 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.429 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.429 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:18.438 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:18.445 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:18.445 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:18.445 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:18.445 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:07:18.445 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:18.445 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:18.457 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:18.457 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.457 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.457 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:18.462 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:18.515 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:07:18.516 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:18.532 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:18.532 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:07:18.532 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:18.532 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:18.543 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:18.543 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.543 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.543 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:18.549 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:18.612 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:18.612 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:18.612 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:18.612 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:07:18.612 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:18.612 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:18.623 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:18.623 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.623 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.623 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:18.628 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:18.629 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:18.629 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:18.633 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:18.633 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:18.633 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:18.633 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:18.644 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:18.644 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.644 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.644 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:18.648 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:18.649 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:18.650 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:18.654 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:18.654 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:18.654 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:18.654 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:18.742 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:18.742 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:18.742 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:18.742 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:18.747 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:19.540 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 16:07:19.540 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:19.847 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:07:19.847 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 1s105ms [pure insertion] marking any relevant derived attributes for update...16:07:19.847 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:19.847 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:19.914 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:19.914 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:19.914 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:19.914 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:19.919 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:19.920 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:19.920 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:19.924 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:19.924 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:19.924 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:19.924 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:19.942 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:19.942 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:19.945 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:19.945 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:19.950 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:20.213 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 16:07:20.213 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:20.314 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:07:20.314 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s372ms [pure insertion] marking any relevant derived attributes for update...16:07:20.314 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:20.314 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:20.410 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:20.410 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:20.410 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:20.410 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:20.414 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:21.221 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 16:07:21.221 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:21.670 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:07:21.670 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 1s260ms [pure insertion] marking any relevant derived attributes for update...16:07:21.671 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:21.671 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:21.680 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:21.681 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:21.681 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:21.681 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:21.685 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:21.686 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:21.686 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:21.712 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:21.712 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s32ms [pure insertion] marking any relevant derived attributes for update...16:07:21.712 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:21.712 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:21.723 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:21.723 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:21.723 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:21.723 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:21.728 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:21.733 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:07:21.733 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:21.829 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:07:21.829 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s106ms [pure insertion] marking any relevant derived attributes for update...16:07:21.829 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:21.829 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:21.829 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:21.829 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:21.910 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.622s attempting to resolve any uninitialized derived attributes... 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s622ms [proxy update] 16:07:22.451 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:22.453 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:23.087 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 743 ms 16:07:23.087 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:23.087 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5396384062432978178/test_subtreeTraversalScoping[LevelDB GreyCat] 16:07:23.092 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:07:23.092 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5396384062432978178/test_subtreeTraversalScoping[LevelDB GreyCat] 16:07:23.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:23.148 [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 16:07:23.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:23.153 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:23.162 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:23.162 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5396384062432978178/test_subtreeTraversalScoping[LevelDB GreyCat] 16:07:23.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:23.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:23.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:23.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:23.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:23.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:23.340 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:23.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:23.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:23.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:23.341 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:23.341 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:23.341 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:23.341 [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 16:07:23.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:23.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:23.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:07:23.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:07:23.435 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:07:23.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:07:23.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:07:23.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:07:23.437 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:07:23.437 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:07:23.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:23.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:23.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:23.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:23.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:23.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:23.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 16:07:23.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 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:23.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:23.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:23.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:23.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:23.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:23.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:23.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:23.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:23.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 16:07:23.563 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:23.563 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:23.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:23.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:23.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:23.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:23.746 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:07:23.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:23.843 [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 16:07:23.846 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:23.846 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:23.914 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:23.920 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:23.921 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:24.054 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:24.054 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:24.054 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:24.054 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:24.119 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:25.050 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 16:07:25.050 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:25.736 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:07:25.736 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s682ms [pure insertion] marking any relevant derived attributes for update...16:07:25.736 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:25.739 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:25.739 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:25.739 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:25.813 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:25.813 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.074s attempting to resolve any uninitialized derived attributes... 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:25.814 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:26.555 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 709 ms 16:07:26.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/: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 16:07:26.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:26.632 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:26.655 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:26.657 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 16:07:26.657 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:26.657 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:26.710 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:26.710 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:26.710 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:26.710 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:26.714 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:26.715 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:26.715 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:26.719 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:26.719 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:26.719 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:26.719 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:26.729 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:26.729 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:26.729 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:26.729 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:26.733 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:26.738 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:26.738 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:26.738 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:26.738 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:07:26.738 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:26.738 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:26.747 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:26.747 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:26.747 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:26.747 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:26.751 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:26.752 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:26.752 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:26.757 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:26.757 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:26.757 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:26.757 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:26.850 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:26.850 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:26.853 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:26.853 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:26.858 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:27.838 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 16:07:27.838 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:28.153 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:07:28.153 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 1s304ms [pure insertion] marking any relevant derived attributes for update...16:07:28.154 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:28.154 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:28.163 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:28.163 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.163 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.163 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:28.168 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:28.172 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:07:28.172 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:28.222 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:28.222 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:07:28.222 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:28.223 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:28.235 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:28.235 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.235 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.235 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:28.240 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:28.244 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:28.244 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:28.245 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:28.245 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:28.245 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:28.245 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:28.254 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:28.254 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.254 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.254 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:28.259 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:28.260 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:28.260 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:28.312 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:28.312 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...16:07:28.312 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:28.313 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:28.331 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:28.331 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.334 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.334 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:28.338 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:28.525 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 16:07:28.525 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:28.612 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:07:28.612 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s281ms [pure insertion] marking any relevant derived attributes for update...16:07:28.612 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:28.612 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:28.623 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:28.623 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.623 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.623 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:28.627 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:28.633 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:07:28.633 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:28.727 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:07:28.727 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:07:28.727 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:28.727 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:28.736 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:28.736 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.737 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.737 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:28.741 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:28.742 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:28.742 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:28.746 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:28.746 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:28.746 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:28.746 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:28.836 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:28.836 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:28.836 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:28.836 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:28.842 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:29.718 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 16:07:29.718 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:30.170 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:07:30.170 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 1s334ms [pure insertion] marking any relevant derived attributes for update...16:07:30.170 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:30.170 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:30.170 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:30.170 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:30.214 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.473s attempting to resolve any uninitialized derived attributes... 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s473ms [proxy update] 16:07:30.643 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:30.644 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_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 validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:31.451 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 819 ms 16:07:31.451 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:31.457 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:31.525 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:31.528 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:31.551 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:31.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 16:07:31.552 [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); 16:07:31.556 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 16:07:31.619 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:07:33.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total) 16:07:33.735 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 2.179s 16:07:33.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 16:07:33.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:33.737 [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 16:07:33.743 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:33.743 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:33.750 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:33.751 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12286179612378999042/test_getAllOf[LevelDB GreyCat] 16:07:33.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:34.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:34.035 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:34.035 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:34.035 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:34.035 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:34.039 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:34.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:34.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:34.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:34.040 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:34.040 [pool-185-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... 16:07:34.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:34.040 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:07:34.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:34.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:34.138 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:07:34.138 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:07:34.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:34.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:34.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:34.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:34.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:07:34.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:07:34.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:07:34.256 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:07:34.257 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:07:34.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:07:34.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:34.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:34.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:34.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:34.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:34.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:34.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:34.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:34.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:34.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:34.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:34.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:34.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:34.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:34.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:34.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:34.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:34.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:34.338 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:34.529 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:07:34.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:34.621 [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 16:07:34.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:34.624 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:34.641 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:34.648 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:34.648 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:34.844 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:34.844 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:34.844 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:34.844 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:34.916 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:35.665 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 16:07:35.665 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:36.088 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:07:36.088 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s244ms [pure insertion] marking any relevant derived attributes for update...16:07:36.088 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:36.091 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:36.091 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:36.091 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:36.125 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:36.125 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.034s attempting to resolve any uninitialized derived attributes... 16:07:36.125 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:36.125 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:36.126 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:36.126 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s35ms [proxy update] 16:07:36.126 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:36.126 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:36.689 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 65 ms 16:07:36.753 [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 16:07:36.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:36.756 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:36.779 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:36.781 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 16:07:36.781 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:36.781 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:36.813 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:36.813 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:36.813 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:36.813 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:36.818 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:37.037 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 16:07:37.037 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:37.130 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:07:37.130 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s317ms [pure insertion] marking any relevant derived attributes for update...16:07:37.130 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:37.130 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:37.215 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:07:37.228 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:37.228 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:37.228 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:37.228 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:37.232 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:37.530 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:07:37.912 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:07:38.024 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 16:07:38.024 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:38.425 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:07:38.425 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 1s197ms [pure insertion] marking any relevant derived attributes for update...16:07:38.425 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:38.425 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:38.437 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:38.437 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.437 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.437 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:38.442 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:38.448 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:07:38.448 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:38.539 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:07:38.539 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s102ms [pure insertion] marking any relevant derived attributes for update...16:07:38.539 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:38.540 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:38.550 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:38.550 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.550 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.550 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:38.555 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:38.559 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:38.559 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:38.559 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:38.610 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:07:38.610 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:38.610 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:38.620 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:38.620 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.620 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.620 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:38.624 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:38.629 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:07:38.629 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:38.641 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:38.641 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:07:38.642 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:38.642 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:38.651 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:38.651 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.651 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.651 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:38.655 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:38.710 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:38.710 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:38.710 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:38.710 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:07:38.710 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:38.710 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:38.719 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:38.720 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.722 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.722 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:38.726 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:38.727 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:38.727 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:38.731 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:38.731 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:07:38.731 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:38.731 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:38.754 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:38.754 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:38.754 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:38.754 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:38.811 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:39.365 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 16:07:39.365 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:39.764 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:07:39.764 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 1s10ms [pure insertion] marking any relevant derived attributes for update...16:07:39.764 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:39.764 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:39.773 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:39.773 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:39.774 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:39.774 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:39.778 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:39.779 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:39.779 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:39.811 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:39.811 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s38ms [pure insertion] marking any relevant derived attributes for update...16:07:39.811 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:39.811 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:39.824 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:39.824 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:39.824 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:39.825 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:39.830 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:39.830 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:39.830 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:39.835 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:39.835 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:07:39.835 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:39.835 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:39.844 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:39.844 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:39.844 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:39.844 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:39.849 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:39.850 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:39.850 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:39.857 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:39.857 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:07:39.857 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s52ms 16:07:39.909 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms 16:07:39.909 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:39.909 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:39.940 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:07:40.446 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.538s attempting to resolve any uninitialized derived attributes... 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s538ms [proxy update] 16:07:40.447 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:40.448 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:07:41.525 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 769 ms 16:07:41.525 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15382718831288320132/test_getFiles[LevelDB GreyCat] 16:07:41.528 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15382718831288320132/test_getFiles[LevelDB GreyCat] 16:07:41.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:41.530 [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 16:07:41.533 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:41.533 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:41.543 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:41.544 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15382718831288320132/test_getFiles[LevelDB GreyCat] 16:07:41.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:41.732 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:41.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:41.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:41.734 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:41.734 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:41.738 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:41.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:41.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:41.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:41.739 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:41.739 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 16:07:41.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... validated changes... true 16:07:41.739 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 16:07:41.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:41.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:41.814 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:07:41.814 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:07:41.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:41.839 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:41.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:41.921 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:41.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:41.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:41.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:41.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:41.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:41.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:41.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:41.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:41.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:41.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:41.934 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:41.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:41.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:41.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:41.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:41.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:41.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:41.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:41.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:41.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:41.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:07:41.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:07:41.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:07:41.942 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:07:41.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:07:41.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:07:42.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:07:42.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:42.141 [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 16:07:42.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:42.144 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:42.163 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:42.215 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 16:07:42.215 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:42.215 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:42.225 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:42.225 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:42.225 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:42.225 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:07:42.242 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:42.247 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:42.247 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:07:42.248 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:42.248 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:07:42.248 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:07:42.250 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:07:42.313 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:42.313 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:42.314 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:42.314 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 16:07:42.318 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:42.319 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:42.319 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 16:07:42.322 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:42.323 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:07:42.323 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:42.323 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:42.331 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:42.331 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:42.331 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:42.331 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 16:07:42.335 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:42.336 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:42.336 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 16:07:42.339 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:42.339 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:07:42.339 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:42.340 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:42.420 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:42.420 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:42.421 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:42.421 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 16:07:42.425 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:43.013 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 16:07:43.013 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 16:07:43.250 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:07:43.250 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s831ms [pure insertion] marking any relevant derived attributes for update...16:07:43.251 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:43.251 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:43.314 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:43.314 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:43.317 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:43.317 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 16:07:43.322 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:43.327 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 16:07:43.327 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 16:07:43.420 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:07:43.420 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s106ms [pure insertion] marking any relevant derived attributes for update...16:07:43.420 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:43.420 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:43.435 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:43.435 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:43.436 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:43.436 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 16:07:43.440 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:43.628 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 16:07:43.629 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 16:07:43.722 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:07:43.722 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s287ms [pure insertion] marking any relevant derived attributes for update...16:07:43.722 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:07:43.723 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:07:43.750 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:43.750 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:43.750 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:43.750 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 16:07:43.809 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:44.271 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 16:07:44.271 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 16:07:45.412 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~1 sec) 16:07:45.412 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 1s662ms [pure insertion] marking any relevant derived attributes for update...16:07:45.412 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:45.412 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:45.424 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:07:45.424 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:45.424 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:45.424 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:07:45.431 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:07:45.516 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:07:45.516 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:07:45.528 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:45.528 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:07:45.528 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:45.528 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:45.537 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:45.537 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:45.537 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:45.537 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:07:45.611 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:45.616 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 16:07:45.616 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:07:45.616 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:45.616 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...16:07:45.616 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:45.616 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:45.625 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:45.625 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:45.625 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:45.625 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 16:07:45.630 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:45.630 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:45.630 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 16:07:45.634 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:45.634 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:07:45.634 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:45.634 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:45.643 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:45.643 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:45.643 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:45.643 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 16:07:45.712 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:45.713 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:45.713 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 16:07:45.718 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:45.718 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:07:45.718 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:45.718 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:45.718 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:45.718 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:45.809 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.898s attempting to resolve any uninitialized derived attributes... 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:46.616 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s899ms [proxy update] 16:07:46.617 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:46.618 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/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 /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/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 16:07:47.276 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 131 ms 16:07:47.276 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6333260630943345472/test_getAllOfCountsSubtypes[LevelDB GreyCat] 16:07:47.278 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 16:07:47.278 [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); 16:07:47.282 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 16:07:47.311 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:07:47.338 [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) 16:07:47.338 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.056s 16:07:47.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 16:07:47.363 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6333260630943345472/test_getAllOfCountsSubtypes[LevelDB GreyCat] 16:07:47.364 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 16:07:47.364 [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); 16:07:47.369 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 16:07:47.410 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:07:47.512 [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) 16:07:47.512 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.143s 16:07:47.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 16:07:47.519 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:47.524 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:47.524 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 16:07:47.525 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6333260630943345472/test_getAllOfCountsSubtypes[LevelDB GreyCat] 16:07:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:47.527 [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 16:07:47.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:47.530 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:47.533 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:47.534 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6333260630943345472/test_getAllOfCountsSubtypes[LevelDB GreyCat] 16:07:47.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:47.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:47.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:47.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:47.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:47.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:47.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:47.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:47.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:47.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:47.812 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:47.813 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:47.813 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:07:47.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:47.819 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:47.819 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:47.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:47.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:47.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:47.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:47.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:47.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:47.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:47.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:47.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:47.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:47.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:47.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:47.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:47.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:47.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:47.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:47.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:47.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:47.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:47.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:47.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:47.846 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:47.847 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:47.847 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:47.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:47.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:47.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 16:07:47.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 16:07:47.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 16:07:47.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 16:07:47.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 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:47.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[] 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:47.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 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:47.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 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.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 16:07:47.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 16:07:47.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 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:47.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 16:07:47.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:47.856 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:47.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 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:47.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 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:47.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:47.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:47.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:47.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:47.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:47.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:47.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:47.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:47.914 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:47.914 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:47.919 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:47.921 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:47.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10788869946382340548/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:48.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.013 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.015 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:48.022 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:48.022 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:48.023 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:48.023 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:48.023 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:48.023 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:48.037 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:48.044 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:48.044 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:48.044 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:48.044 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:07:48.044 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:07:48.047 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:48.109 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:48.111 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 97 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit10788869946382340548/tree.model 16:07:48.111 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.113 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:48.114 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:48.114 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:48.115 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:48.115 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:48.116 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:07:48.116 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:07:48.116 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:07:48.116 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 16:07:48.116 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 16:07:48.122 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 16:07:48.129 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:48.135 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:07:48.135 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:48.135 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:07:48.135 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s20ms [pure insertion] marking any relevant derived attributes for update...16:07:48.135 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:48.135 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:48.135 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:48.135 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:48.136 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 16:07:48.137 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms 16:07:48.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:48.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10788869946382340548/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:48.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.141 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:48.142 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:48.143 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2683327155761585601/test_addChild[LevelDB GreyCat] 16:07:48.143 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:48.369 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:48.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:48.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:48.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:48.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:48.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:48.376 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.376 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:48.377 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:48.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:48.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:48.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:48.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:48.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:48.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:48.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:48.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:48.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:48.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:48.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:48.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:48.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:48.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:48.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.449 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:48.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:48.450 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:48.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 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:48.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:48.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:48.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.461 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:48.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:48.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17424352992912770334/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:48.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.553 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.554 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:48.554 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:48.554 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:48.555 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:48.555 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:48.560 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:48.560 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:07:48.560 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:48.560 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:48.562 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:48.562 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:07:48.565 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:48.565 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:48.565 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 12 ms 16:07:48.565 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.567 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:48.570 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:48.570 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:48.571 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:48.571 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:48.571 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:48.571 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:07:48.640 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:48.645 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:48.645 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:48.646 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:07:48.646 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:48.647 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:48.647 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 82 ms 16:07:48.647 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:48.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17424352992912770334/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:48.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.651 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:48.652 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:48.652 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7311428571805157792/test_addModel[LevelDB GreyCat] 16:07:48.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:48.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:48.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:48.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:48.871 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.871 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:48.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:48.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:48.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:48.876 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:48.876 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:48.876 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:48.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:48.881 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.881 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:48.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:48.889 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:48.889 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:48.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:48.891 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:48.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:48.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:48.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:48.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:48.910 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:48.910 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:48.910 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:48.910 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:48.921 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:48.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:48.925 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.925 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:48.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:48.930 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:48.931 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.932 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:48.933 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:48.937 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:48.937 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:48.937 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:48.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:48.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:48.943 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:48.945 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:48.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:49.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6278784868989705962/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:49.037 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.037 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:49.039 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:49.113 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:49.113 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:49.114 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:49.114 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:49.115 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:49.115 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:49.129 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:49.135 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:49.135 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:49.135 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:49.135 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:07:49.135 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:49.138 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:49.139 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:49.139 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:49.139 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:49.139 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:49.140 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 102 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit6278784868989705962/tree.model 16:07:49.140 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:49.141 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:49.142 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:49.142 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:49.143 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:49.143 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:49.143 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:07:49.143 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:07:49.144 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:07:49.144 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 16:07:49.144 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:07:49.148 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:07:49.148 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:49.148 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:49.148 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:49.148 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:49.149 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:49.149 [pool-193-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 16:07:49.150 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 16:07:49.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:49.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6278784868989705962/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:49.211 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.211 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:49.212 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:49.215 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1225608298652228777/test_renameRoot[LevelDB GreyCat] 16:07:49.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:49.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:49.467 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.467 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:49.467 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.467 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:49.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:49.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:49.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:49.472 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:49.472 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:49.472 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:49.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 16:07:49.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:49.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:49.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:49.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:49.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:49.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:49.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:49.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:49.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:49.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:49.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:49.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:49.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:49.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:49.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:49.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:49.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:49.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:49.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:49.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:49.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:49.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:49.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:49.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:49.541 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:49.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:49.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:49.545 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.545 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:49.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 16:07:49.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 16:07:49.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:49.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 16:07:49.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:49.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 16:07:49.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 16:07:49.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 16:07:49.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 16:07:49.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:49.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:49.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 16:07:49.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 16:07:49.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 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:49.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 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:49.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:49.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 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:49.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 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:49.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 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:49.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 16:07:49.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:49.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:49.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:49.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 16:07:49.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.613 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:49.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:49.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:49.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12362754527617295878/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:49.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.663 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:49.665 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:49.671 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:49.671 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:49.672 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:49.672 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:49.672 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:49.672 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:49.715 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:49.722 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:49.722 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:49.723 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:49.723 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s51ms [pure insertion] marking any relevant derived attributes for update...16:07:49.723 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:49.726 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:49.727 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 64 ms 16:07:49.729 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 16:07:49.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:49.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12362754527617295878/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:49.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.736 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:49.738 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:49.739 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14394473467291662996/test_eContainer[LevelDB GreyCat] 16:07:49.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:49.933 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:49.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:49.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:49.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.940 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:49.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:49.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:49.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:49.940 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:49.940 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:49.940 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:49.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:49.945 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.945 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:49.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 16:07:49.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:49.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:49.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:49.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:49.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:49.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:49.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 16:07:49.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:49.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:49.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 16:07:49.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:49.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:49.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:49.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:49.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:49.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 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:49.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:49.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:49.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:49.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:49.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:49.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 16:07:49.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:49.972 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:49.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:49.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:49.975 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:49.975 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:50.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:50.010 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:50.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:50.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:50.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:50.017 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:50.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:50.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:50.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:50.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:50.022 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:50.024 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:50.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:50.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6196543312505301698/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:50.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:50.118 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:50.120 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:50.125 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:50.125 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:50.126 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:50.126 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:50.126 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:50.126 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:50.140 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:50.147 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:50.147 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:50.147 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:50.147 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:07:50.147 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:07:50.150 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:50.151 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:50.151 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 33 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit6196543312505301698/tree.model 16:07:50.152 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:50.153 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:50.154 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:50.154 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:50.155 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:50.155 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:50.155 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:07:50.156 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:07:50.156 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:07:50.156 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 16:07:50.156 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 16:07:50.216 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.06s 16:07:50.222 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:50.226 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:07:50.226 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:50.227 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:07:50.227 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:50.228 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 16:07:50.228 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 76 ms 16:07:50.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:50.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6196543312505301698/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:50.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:50.232 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:50.235 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:50.235 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10552447427524403388/test_removeChild[LevelDB GreyCat] 16:07:50.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:50.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:50.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:50.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:50.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:50.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:07:50.538 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:50.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:50.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:50.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:50.539 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:50.539 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:50.539 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:50.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:50.543 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:50.543 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:50.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:50.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:50.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:50.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 16:07:50.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:50.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:50.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:50.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:50.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:50.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:50.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:50.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:50.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:50.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:50.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:50.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:50.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:50.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:50.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:50.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:50.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:50.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:50.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:50.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:50.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:50.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:50.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:50.632 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:50.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:50.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:50.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:50.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:50.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:50.642 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:50.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:50.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:50.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:50.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:50.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:50.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:50.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:50.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:50.657 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:50.711 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:50.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:50.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16861078050991893621/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:50.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:50.756 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:50.757 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:50.816 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:50.816 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:50.817 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:50.817 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:50.817 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:50.817 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:50.834 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:50.841 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:50.841 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:50.841 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:50.841 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s24ms [pure insertion] marking any relevant derived attributes for update...16:07:50.841 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:50.844 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:50.844 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:50.844 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:50.845 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:50.846 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:50.846 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit16861078050991893621/tree.model 16:07:50.847 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:50.848 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:50.849 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:50.849 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:50.850 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:50.850 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:50.850 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:07:50.850 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:07:50.850 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:07:50.850 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 16:07:50.850 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:50.851 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:50.852 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:50.852 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:50.852 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:50.852 [pool-199-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 16:07:50.852 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 16:07:50.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:50.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16861078050991893621/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:50.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:50.859 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:50.861 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:50.862 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2882745129730658740/test_renameChild[LevelDB GreyCat] 16:07:50.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:51.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:51.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:51.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:07:51.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:51.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:51.255 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:07:51.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:07:51.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:07:51.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:07:51.256 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:51.256 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:07:51.256 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:07:51.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:07:51.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:51.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:51.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:51.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:51.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 16:07:51.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 16:07:51.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 16:07:51.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:51.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 16:07:51.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:51.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:51.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 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:51.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 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:51.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:51.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:51.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:51.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:51.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:51.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:51.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:51.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:51.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:51.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 16:07:51.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:51.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:51.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:51.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:51.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:51.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:07:51.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:51.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:07:51.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:51.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:51.334 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:51.335 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.335 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:51.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:51.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:51.341 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:07:51.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:51.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:07:51.343 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:51.343 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:51.415 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:07:51.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:07:51.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:07:51.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13145711901486555026/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:51.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:51.526 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:07:51.528 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:07:51.534 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:07:51.534 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:07:51.535 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:07:51.535 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:07:51.535 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:07:51.535 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:07:51.551 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:07:51.615 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:07:51.615 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:07:51.615 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:07:51.615 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:07:51.615 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:07:51.618 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:07:51.619 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:07:51.619 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:07:51.619 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 93 ms 16:07:51.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:07:51.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13145711901486555026/:org.eclipse.hawk.localfolder.LocalFolder:false 16:07:51.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:51.643 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:07:51.644 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:07:51.645 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14798167134271810375/test_hawkProperties[LevelDB GreyCat] 16:07:51.645 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:07:53.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:07:53.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:07:53.223 [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 16:07:53.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:07:53.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:07:54.234 [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 16:07:54.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:54.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 16:07:54.236 [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 16:07:54.236 [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 16:07:54.312 [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 16:07:54.312 [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 16:07:54.312 [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 16:07:54.312 [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 16:07:54.312 [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 16:07:54.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:07:54.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:07:54.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:07:54.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:07:54.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:07:54.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:07:54.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:07:54.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:07:54.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:07:54.336 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:07:54.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:07:54.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:07:54.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:07:54.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:07:54.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:07:54.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:07:54.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:07:54.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:07:54.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:07:54.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:07:54.431 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:07:54.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:07:54.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:07:54.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:07:54.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:07:54.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:07:54.437 [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 16:07:54.453 [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 16:07:54.453 [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 16:07:54.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:07:54.459 [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 16:07:54.516 [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 16:07:54.522 [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 16:07:54.524 [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 16:07:54.526 [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 16:07:54.535 [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 16:07:54.536 [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 16:07:54.536 [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 16:07:54.537 [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 16:07:54.537 [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 16:07:55.012 [main] 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 16:07:55.424 [main] 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 16:07:55.435 [main] 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 16:07:55.435 [main] 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 16:07:55.513 [main] 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 16:07:55.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 16:07:55.526 [main] 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 16:07:56.230 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:07:56.326 [main] 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 16:07:56.344 [main] 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 16:07:56.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:07:56.824 [main] 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 16:07:57.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 16:07:57.420 [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 16:07:57.421 [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 16:07:57.422 [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 16:07:57.423 [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 16:07:57.424 [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 16:07:57.435 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:07:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:07:57.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:07:57.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:07:57.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:07:57.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.437 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:07:57.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:07:57.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:07:57.438 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:07:57.440 [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 16:07:57.440 [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 16:07:57.446 [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 16:07:57.446 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:07:57.446 [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 16:07:57.448 [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 16:07:57.513 [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 16:07:57.516 [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 16:07:57.519 [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 16:07:57.523 [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 16:07:57.524 [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 16:07:57.525 [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 16:07:57.559 [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 16:07:57.559 [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 16:08:00.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~6 sec) inserting static metamodels complete 16:08:00.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:00.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:00.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:00.226 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:00.226 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:00.227 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:00.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:00.532 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:00.532 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:00.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:00.541 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:00.541 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:00.544 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:00.544 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:00.544 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:00.544 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:00.562 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:00.632 [pool-203-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 16:08:00.933 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:00.933 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:00.944 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:00.944 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s400ms [pure insertion] marking any relevant derived attributes for update...16:08:00.945 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:08:00.947 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:08:01.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:01.012 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:01.012 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:01.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:01.017 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:01.351 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:01.351 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:01.445 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:01.445 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s433ms [pure insertion] marking any relevant derived attributes for update...16:08:01.445 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:01.445 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:01.516 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:01.517 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:01.517 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:01.517 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:01.521 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:01.838 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:01.838 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:01.918 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:01.918 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s402ms [pure insertion] marking any relevant derived attributes for update...16:08:01.919 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:01.919 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:02.035 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:02.035 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:02.036 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:02.036 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:02.040 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:02.220 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:02.220 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:02.242 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:02.242 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s207ms [pure insertion] marking any relevant derived attributes for update...16:08:02.242 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:02.242 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:02.243 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:02.243 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:02.252 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:02.253 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:02.309 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 721 ms 16:08:02.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 16:08:02.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:02.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:02.340 [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 16:08:02.341 [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 16:08:02.343 [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 16:08:02.343 [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 16:08:02.344 [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 16:08:02.345 [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 16:08:02.345 [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 16:08:02.347 [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 16:08:02.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:08:02.353 [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) 16:08:02.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit10880522850022175885/:org.eclipse.hawk.localfolder.LocalFolder:false 16:08:02.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:02.531 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:02.531 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:02.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:02.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:02.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:02.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:02.533 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:08:02.534 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:02.536 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:02.537 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:02.537 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:02.545 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:08:02.546 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:02.546 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:02.546 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:08:02.550 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:08:02.631 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:02.631 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:08:02.640 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:02.640 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:08:02.640 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:02.641 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:02.641 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:02.641 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:02.647 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:02.648 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 16:08:02.648 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:02.648 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:02.648 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 117 ms 16:08:02.719 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:02.721 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:02.722 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:02.722 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:02.730 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:08:02.730 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:02.730 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 16:08:02.742 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 16:08:02.742 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:08:02.742 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 16:08:02.743 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 16:08:02.827 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.084s 16:08:02.837 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:08:02.854 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:02.854 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:08:02.911 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:02.911 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s181ms [pure insertion] marking any relevant derived attributes for update...16:08:02.911 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:02.911 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:02.912 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:02.912 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:02.915 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:02.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 197 ms 16:08:02.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:02.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit10880522850022175885/:org.eclipse.hawk.localfolder.LocalFolder:false 16:08:02.922 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:02.922 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:03.014 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:03.015 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7192380243220404856/test_upgradeModelProfileVersion[LevelDB GreyCat] 16:08:03.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:03.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:03.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:03.250 [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 16:08:03.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:03.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:03.629 [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 16:08:03.632 [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 16:08:03.636 [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 16:08:03.642 [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 16:08:03.643 [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 16:08:03.646 [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 16:08:03.647 [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 16:08:03.653 [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 16:08:03.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 16:08:03.654 [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 16:08:03.656 [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 16:08:03.656 [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 16:08:03.660 [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 16:08:03.661 [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 16:08:03.662 [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 16:08:03.715 [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 16:08:03.715 [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 16:08:03.725 [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 16:08:03.727 [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 16:08:03.734 [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 16:08:03.734 [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 16:08:03.734 [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 16:08:03.734 [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 16:08:03.734 [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 16:08:03.734 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:03.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:03.739 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:03.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:03.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:03.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:03.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:03.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:03.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:03.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:03.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:03.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:03.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:03.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 16:08:03.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:03.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:03.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:03.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:03.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:03.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:03.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:03.814 [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 16:08:03.825 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:03.828 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:08:03.919 [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 16:08:03.922 [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 16:08:03.925 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:03.927 [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 16:08:03.930 [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 16:08:03.932 [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 16:08:03.933 [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 16:08:03.936 [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 16:08:03.936 [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 16:08:03.943 [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 16:08:03.943 [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 16:08:04.124 [main] 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 16:08:04.341 [main] 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 16:08:04.353 [main] 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 16:08:04.353 [main] 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 16:08:04.410 [main] 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 16:08:04.412 [main] 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 16:08:04.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 16:08:04.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:08:04.821 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 16:08:04.838 [main] 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 16:08:05.040 [main] 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 16:08:05.210 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 16:08:05.448 [main] 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 16:08:05.458 [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 16:08:05.458 [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 16:08:05.510 [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 16:08:05.510 [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 16:08:05.510 [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 16:08:05.517 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:05.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:05.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:05.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:05.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:05.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:05.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:05.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:07.216 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:08:07.327 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:07.327 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:07.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:07.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:07.417 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:07.417 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:07.417 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:07.531 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:08:07.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:07.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:07.559 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:07.559 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:07.614 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:07.614 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:07.615 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:07.615 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:07.616 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:07.616 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:07.633 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:07.828 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:07.828 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:07.839 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:07.839 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s224ms [pure insertion] marking any relevant derived attributes for update...16:08:07.839 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:08:07.841 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:08:07.846 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:07.846 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:07.846 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:07.846 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:07.850 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:07.912 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:08:08.136 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:08.136 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:08.218 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:08.218 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s372ms [pure insertion] marking any relevant derived attributes for update...16:08:08.218 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:08.218 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:08.225 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:08.225 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:08.225 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:08.225 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:08.229 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:08.435 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:08.435 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:08.453 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:08.453 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s228ms [pure insertion] marking any relevant derived attributes for update...16:08:08.453 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:08.454 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:08.622 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:08.622 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:08.622 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:08.622 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:08.628 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:08.837 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:08.837 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:08.916 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:08.916 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s294ms [pure insertion] marking any relevant derived attributes for update...16:08:08.916 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:08.916 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:08.917 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:08.917 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:08.926 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:08.927 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 368 ms 16:08:09.016 [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 16:08:09.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:09.019 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:09.022 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:09.023 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:09.023 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:09.027 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 16:08:09.027 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:09.028 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:09.028 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 16:08:09.032 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 16:08:10.248 [pool-205-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 16:08:10.254 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~1sec) 16:08:10.254 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 16:08:10.613 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 16:08:10.613 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 1s586ms [pure insertion] marking any relevant derived attributes for update...16:08:10.613 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:10.613 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:10.614 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:10.615 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:10.621 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:10.624 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:08:10.625 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:10.625 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:10.625 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 606 ms 16:08:10.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:10.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:10.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:10.632 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:10.720 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:10.720 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8149356584382773968/test_stereotypeAsModel[LevelDB GreyCat] 16:08:10.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:10.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:10.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:10.950 [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 16:08:11.119 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:11.119 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:11.310 [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 16:08:11.310 [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 16:08:11.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:11.316 [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 16:08:11.317 [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 16:08:11.321 [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 16:08:11.325 [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 16:08:11.328 [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 16:08:11.328 [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 16:08:11.329 [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 16:08:11.330 [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 16:08:11.330 [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 16:08:11.342 [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 16:08:11.342 [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 16:08:11.342 [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 16:08:11.342 [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 16:08:11.342 [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 16:08:11.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:11.345 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:11.345 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:11.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:11.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:11.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:11.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:11.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:11.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 16:08:11.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 16:08:11.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:11.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 16:08:11.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[] 16:08:11.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:11.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 16:08:11.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:11.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:11.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:11.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 16:08:11.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:11.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:11.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:11.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 16:08:11.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08: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::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08: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::EByte will be handled as its instance type byte 16:08: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::EDoubleObject will be handled as its instance type java.lang.Double 16:08: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::EMap will be handled as its instance type java.util.Map 16:08:11.410 [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 16:08:11.423 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:11.425 [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 16:08:11.435 [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 16:08:11.447 [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 16:08:11.449 [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 16:08:11.450 [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 16:08:11.513 [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 16:08:11.521 [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 16:08:11.521 [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 16:08:11.522 [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 16:08:11.523 [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 16:08:11.534 [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 16:08:11.539 [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 16:08:11.541 [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 16:08:11.542 [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 16:08:11.543 [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 16:08:12.014 [main] 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 16:08:12.334 [main] 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 16:08:12.346 [main] 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 16:08:12.346 [main] 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 16:08:12.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/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 16:08:12.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 16:08:12.416 [main] 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 16:08:12.755 [main] 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 16:08:12.845 [main] 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 16:08:12.914 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 16:08:13.115 [main] 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 16:08:13.238 [main] 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 16:08:13.477 [main] 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 16:08:13.489 [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 16:08:13.489 [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 16:08:13.495 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:13.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 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:13.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 16:08:13.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 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:13.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 16:08:13.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 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:13.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 16:08:13.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 16:08:13.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:13.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:13.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:13.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:13.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:13.500 [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 16:08:13.500 [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 16:08:13.501 [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 16:08:13.508 [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 16:08:13.511 [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 16:08:13.513 [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 16:08:13.514 [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 16:08:14.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:14.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:15.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:15.029 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:15.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:15.030 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:15.030 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:08:15.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:15.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:15.146 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:15.147 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:15.155 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:15.155 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:15.157 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:15.157 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:15.157 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:15.157 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:15.227 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:15.419 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:15.419 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:15.432 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:15.432 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s276ms [pure insertion] marking any relevant derived attributes for update...16:08:15.432 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:08:15.435 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:08:15.545 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:15.545 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:15.545 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:15.545 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:15.550 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:15.715 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:15.715 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:15.737 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:15.737 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s192ms [pure insertion] marking any relevant derived attributes for update...16:08:15.737 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:15.738 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:15.742 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:15.742 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:15.742 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:15.742 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:15.746 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:15.930 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:15.931 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:15.946 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:15.946 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s204ms [pure insertion] marking any relevant derived attributes for update...16:08:15.946 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:15.947 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:15.951 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:15.951 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:15.951 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:15.951 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:15.956 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:16.213 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:16.213 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:16.239 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:16.239 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s288ms [pure insertion] marking any relevant derived attributes for update...16:08:16.239 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:16.239 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:16.241 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:16.241 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:16.252 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:08:16.253 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:16.254 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:16.254 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 108 ms 16:08:16.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:16.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:16.357 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:16.415 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:16.416 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:16.416 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:16.418 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 16:08:16.418 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:16.418 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:16.418 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 16:08:16.423 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 16:08:16.544 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 16:08:16.544 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 16:08:16.620 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:08:16.620 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s202ms [pure insertion] marking any relevant derived attributes for update...16:08:16.620 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:16.620 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:16.622 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 16:08:16.622 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:16.622 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:16.622 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 16:08:16.629 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 16:08:16.745 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 16:08:16.745 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 16:08:16.755 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:08:16.755 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s133ms [pure insertion] marking any relevant derived attributes for update...16:08:16.755 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:16.755 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:16.756 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:16.756 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:16.759 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 16:08:16.819 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:16.820 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:16.820 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 411 ms 16:08:16.820 [pool-207-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2892571314950763067/test_localfolderCrosslinks[LevelDB GreyCat] 16:08:16.827 [pool-207-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2892571314950763067/test_localfolderCrosslinks[LevelDB GreyCat] 16:08:16.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:16.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:16.835 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:16.835 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:16.918 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:16.919 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2892571314950763067/test_localfolderCrosslinks[LevelDB GreyCat] 16:08:16.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:17.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:17.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:17.166 [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 16:08:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:17.440 [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 16:08:17.441 [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 16:08:17.442 [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 16:08:17.445 [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 16:08:17.450 [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 16:08:17.461 [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 16:08:17.461 [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 16:08:17.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::Integer will be handled as its instance type java.lang.Integer 16:08:17.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::UnlimitedNatural will be handled as its instance type java.lang.Integer 16:08:17.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::Boolean will be handled as its instance type java.lang.Boolean 16:08:17.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::String will be handled as its instance type java.lang.String 16:08:17.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 16:08:17.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:17.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:17.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:17.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:17.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:17.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:17.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:17.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:17.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:17.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:17.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:17.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:17.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:17.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:17.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:17.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:17.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:17.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:17.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:17.530 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:17.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:17.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:17.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:17.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:17.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:17.533 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:17.535 [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 16:08:17.545 [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 16:08:17.545 [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 16:08:17.553 [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 16:08:17.553 [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 16:08:17.559 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:17.560 [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 16:08:17.568 [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 16:08:17.568 [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 16:08:17.568 [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 16:08:17.570 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:17.571 [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 16:08:17.576 [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 16:08:17.577 [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 16:08:17.581 [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 16:08:17.582 [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 16:08:17.583 [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 16:08:17.584 [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 16:08:17.612 [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 16:08:17.615 [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 16:08:17.615 [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 16:08:17.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 16:08:17.877 [main] 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 16:08:17.888 [main] 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 16:08:17.888 [main] 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 16:08:17.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 16:08:17.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 16:08:17.912 [main] 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 16:08:18.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:08:18.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 16:08:18.184 [main] 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 16:08:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:08:18.332 [main] 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 16:08:18.513 [main] 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 16:08:18.524 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:18.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:18.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:18.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:18.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:18.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.526 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:18.529 [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 16:08:18.530 [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 16:08:18.535 [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 16:08:18.537 [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 16:08:18.537 [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 16:08:18.540 [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 16:08:18.542 [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 16:08:18.543 [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 16:08:18.548 [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 16:08:18.553 [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 16:08:20.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:20.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:20.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:20.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:20.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:20.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:20.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:20.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:20.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:20.646 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:20.647 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:20.652 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:20.652 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:20.749 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:20.749 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:20.749 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:20.749 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:20.820 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:20.929 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:20.929 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:20.948 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:20.948 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s200ms [pure insertion] marking any relevant derived attributes for update...16:08:20.948 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:08:20.950 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:08:20.954 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:20.954 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:20.954 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:20.954 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:21.011 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:21.222 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:21.222 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:21.241 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:21.241 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s287ms [pure insertion] marking any relevant derived attributes for update...16:08:21.241 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:21.241 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:21.245 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:21.246 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:21.246 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:21.246 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:21.250 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:21.444 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:21.444 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:21.524 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:21.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s279ms [pure insertion] marking any relevant derived attributes for update...16:08:21.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:21.524 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:21.528 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:21.528 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:21.528 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:21.528 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:21.532 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:21.717 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:21.717 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:21.727 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:21.727 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s199ms [pure insertion] marking any relevant derived attributes for update...16:08:21.727 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:21.727 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:21.727 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:21.727 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:08:21.737 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:21.738 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:21.738 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 92 ms 16:08:21.837 [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 16:08:21.839 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:21.840 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:21.842 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:21.843 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:21.843 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:21.845 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:08:21.845 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:21.845 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:21.845 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:08:21.849 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:08:21.915 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 16:08:21.917 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 16:08:21.917 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 16:08:21.921 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 16:08:21.921 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:08:21.937 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 16:08:21.937 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...16:08:21.937 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:21.937 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:21.937 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:21.937 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:21.941 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:21.945 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:08:21.946 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:21.946 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:21.946 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 16:08:22.013 [pool-209-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2860069546974564462/test_zoo[LevelDB GreyCat] 16:08:22.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:22.018 [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 16:08:22.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:22.022 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:22.050 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:22.050 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2860069546974564462/test_zoo[LevelDB GreyCat] 16:08:22.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:22.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:22.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:22.336 [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 16:08:22.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:22.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:22.621 [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 16:08:22.621 [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 16:08:22.622 [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 16:08:22.622 [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 16:08:22.624 [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 16:08:22.636 [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 16:08:22.636 [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 16:08:22.637 [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 16:08:22.637 [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 16:08:22.639 [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 16:08:22.648 [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 16:08:22.648 [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 16:08:22.648 [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 16:08:22.648 [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 16:08:22.648 [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 16:08:22.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:22.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:22.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:22.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:22.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:22.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:22.656 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:22.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:22.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:22.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:22.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:22.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:22.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:22.710 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:22.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:22.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:22.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:22.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:22.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:22.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:22.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:22.717 [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 16:08:22.727 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:22.727 [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 16:08:22.847 [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 16:08:22.849 [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 16:08:22.849 [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 16:08:22.851 [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 16:08:22.851 [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 16:08:22.855 [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 16:08:22.856 [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 16:08:22.914 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:22.915 [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 16:08:22.916 [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 16:08:22.920 [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 16:08:22.925 [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 16:08:22.926 [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 16:08:22.932 [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 16:08:22.932 [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 16:08:22.935 [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 16:08:22.936 [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 16:08:22.936 [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 16:08:23.136 [main] 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 16:08:23.282 [main] 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 16:08:23.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 16:08:23.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 16:08:23.329 [main] 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 16:08:23.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 16:08:23.341 [main] 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 16:08:23.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:08:23.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 16:08:23.617 [main] 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 16:08:23.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:08:23.817 [main] 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 16:08:23.934 [main] 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 16:08:23.944 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:23.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:23.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 16:08:23.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 16:08:23.955 [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 16:08:23.955 [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 16:08:23.961 [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 16:08:23.963 [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 16:08:23.963 [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 16:08:25.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 16:08:25.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:25.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:25.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:25.345 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:25.345 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:25.345 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:25.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:25.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:25.516 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:25.516 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:25.522 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:25.522 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:25.612 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:25.612 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:25.612 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:25.612 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:25.631 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:25.737 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:25.737 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:25.757 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:25.757 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s145ms [pure insertion] marking any relevant derived attributes for update...16:08:25.757 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s54ms 16:08:25.811 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s54ms 16:08:25.813 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:25.813 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:25.813 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:25.813 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:25.817 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:25.934 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:25.934 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:25.947 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:25.947 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s134ms [pure insertion] marking any relevant derived attributes for update...16:08:25.947 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:25.947 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:25.950 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:25.951 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:25.951 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:25.951 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:25.955 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:26.144 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:26.144 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:26.220 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:26.220 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s270ms [pure insertion] marking any relevant derived attributes for update...16:08:26.220 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:26.221 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:26.225 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:26.225 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:26.225 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:26.225 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:26.230 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:26.412 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:26.412 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:26.428 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:26.428 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s203ms [pure insertion] marking any relevant derived attributes for update...16:08:26.428 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:26.428 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:26.430 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:26.430 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:26.439 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:08:26.440 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:26.441 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:26.441 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 925 ms 16:08:26.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:26.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:26.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:26.510 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:26.544 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:26.545 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5364626113335277367/test_indexLibraries[LevelDB GreyCat] 16:08:26.545 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:26.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:26.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:26.947 [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 16:08:27.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:27.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:27.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 16:08:27.631 [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 16:08:27.631 [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 16:08:27.631 [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 16:08:27.631 [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 16:08:27.631 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:27.633 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:27.634 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:27.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:27.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:27.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:27.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:27.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:27.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:27.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:27.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:27.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:27.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:27.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:27.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:27.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:27.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:27.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:27.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:27.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:27.651 [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 16:08:27.711 [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 16:08:27.712 [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 16:08:27.718 [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 16:08:27.720 [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 16:08:27.727 [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 16:08:27.728 [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 16:08:27.738 [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 16:08:27.738 [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 16:08:27.738 [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 16:08:27.739 [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 16:08:27.755 [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 16:08:27.812 [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 16:08:27.812 [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 16:08:27.812 [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 16:08:27.813 [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 16:08:27.816 [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 16:08:27.823 [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 16:08:27.823 [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 16:08:28.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:08:28.152 [main] 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 16:08:28.212 [main] 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 16:08:28.212 [main] 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 16:08:28.231 [main] 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 16:08:28.234 [main] 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 16:08:28.346 [main] 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 16:08:28.649 [main] 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 16:08:28.743 [main] 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 16:08:28.760 [main] 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 16:08:28.832 [main] 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 16:08:28.971 [main] 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 16:08:29.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 16:08:29.107 [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 16:08:29.108 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:29.114 [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 16:08:29.114 [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 16:08:29.118 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:29.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:29.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:29.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:29.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:29.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:29.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:29.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:29.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:29.123 [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 16:08:29.123 [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 16:08:29.123 [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 16:08:29.124 [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 16:08:29.135 [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 16:08:29.136 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:29.138 [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 16:08:29.138 [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 16:08:29.142 [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 16:08:29.145 [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 16:08:29.147 [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 16:08:29.147 [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 16:08:29.147 [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 16:08:29.147 [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 16:08:29.149 [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 16:08:30.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:30.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:30.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:30.535 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:30.535 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:30.535 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:30.535 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:30.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:30.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:30.642 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:30.642 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:30.649 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:30.649 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:30.732 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:30.732 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:30.732 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:30.733 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:30.750 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:30.914 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:30.914 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:30.932 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:30.932 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s200ms [pure insertion] marking any relevant derived attributes for update...16:08:30.932 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:08:30.935 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:08:30.938 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:30.938 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:30.938 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:30.938 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:30.942 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:31.117 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:31.117 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:31.136 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:31.136 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s198ms [pure insertion] marking any relevant derived attributes for update...16:08:31.136 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:31.136 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:31.141 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:31.141 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:31.141 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:31.141 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:31.145 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:31.329 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:31.329 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:31.355 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:31.355 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s214ms [pure insertion] marking any relevant derived attributes for update...16:08:31.355 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:31.355 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:31.411 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:31.411 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:31.411 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:31.411 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:31.416 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:31.531 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:31.531 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:31.541 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:31.541 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s130ms [pure insertion] marking any relevant derived attributes for update...16:08:31.541 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:31.541 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:31.541 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:31.541 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:31.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:08:31.552 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:31.552 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:31.552 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 910 ms 16:08:31.552 [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 16:08:31.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:31.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:31.630 [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 16:08:31.630 [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 16:08:31.632 [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 16:08:31.633 [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 16:08:31.633 [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 16:08:31.634 [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 16:08:31.635 [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 16:08:31.636 [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 16:08:31.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:08:31.641 [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) 16:08:31.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 16:08:31.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:31.738 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:31.739 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:31.740 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:31.740 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:31.740 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:31.740 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:08:31.741 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:31.744 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:31.745 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:31.745 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:31.751 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:08:31.751 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:31.751 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:31.751 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:08:31.756 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:08:31.825 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:31.825 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:08:31.834 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:31.834 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...16:08:31.834 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:31.834 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:31.835 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:31.835 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:31.838 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:31.839 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 101 ms 16:08:31.848 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:31.848 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 16:08:31.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:31.851 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:31.930 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:31.931 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit735164209218873988/test_customProfileV4[LevelDB GreyCat] 16:08:31.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:32.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:32.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:32.191 [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 16:08:32.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:32.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:32.549 [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 16:08:32.550 [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 16:08:32.556 [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 16:08:32.556 [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 16:08:32.562 [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 16:08:32.565 [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 16:08:32.566 [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 16:08:32.572 [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 16:08:32.572 [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 16:08:32.573 [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 16:08:32.573 [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 16:08:32.573 [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 16:08:32.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:32.575 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:32.576 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:32.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:32.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:32.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:32.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:32.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:32.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:32.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:32.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:32.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:32.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:32.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:32.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:32.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:32.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:32.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:32.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:32.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:32.623 [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 16:08:32.633 [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 16:08:32.634 [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 16:08:32.634 [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 16:08:32.636 [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 16:08:32.640 [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 16:08:32.645 [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 16:08:32.645 [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 16:08:32.646 [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 16:08:32.647 [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 16:08:32.653 [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 16:08:32.656 [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 16:08:32.656 [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 16:08:32.662 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:32.663 [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 16:08:32.670 [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 16:08:32.672 [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 16:08:32.674 [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 16:08:32.674 [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 16:08:32.675 [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 16:08:32.678 [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 16:08:32.680 [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 16:08:32.715 [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 16:08:32.716 [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 16:08:32.824 [main] 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 16:08:32.918 [main] 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 16:08:32.930 [main] 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 16:08:32.930 [main] 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 16:08:32.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 16:08:32.944 [main] 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 16:08:32.954 [main] 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 16:08:33.162 [main] 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 16:08:33.205 [main] 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 16:08:33.221 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 16:08:33.290 [main] 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 16:08:33.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 16:08:33.535 [main] 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 16:08:33.545 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:33.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:33.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:33.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:33.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:33.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:33.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 16:08:33.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 16:08:33.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 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:33.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 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:33.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 16:08:33.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:33.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 16:08:33.550 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:33.550 [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 16:08:33.552 [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 16:08:33.556 [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 16:08:33.560 [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 16:08:33.561 [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 16:08:33.561 [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 16:08:35.124 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 16:08:35.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:35.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:35.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:35.147 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:35.147 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:35.147 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:35.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:35.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:35.309 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:35.310 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:35.316 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:35.316 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:35.319 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:35.319 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:35.319 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:35.319 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:35.337 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:35.523 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:35.524 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:35.549 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:35.549 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s230ms [pure insertion] marking any relevant derived attributes for update...16:08:35.549 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:08:35.551 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:08:35.555 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:35.555 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:35.555 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:35.555 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:35.614 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:35.735 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:35.735 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:35.746 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:35.746 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s191ms [pure insertion] marking any relevant derived attributes for update...16:08:35.746 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:35.746 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:35.834 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:35.834 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:35.834 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:35.834 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:35.838 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:35.943 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:35.943 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:36.011 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:36.011 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s177ms [pure insertion] marking any relevant derived attributes for update...16:08:36.011 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:36.011 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:36.014 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:36.015 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:36.015 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:36.015 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:36.019 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:36.145 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:36.145 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:36.212 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:36.212 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s198ms [pure insertion] marking any relevant derived attributes for update...16:08:36.212 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:36.212 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:36.214 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:36.214 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:36.229 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:36.229 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:36.229 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 16:08:36.229 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:36.229 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:36.230 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:36.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 16:08:36.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:36.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:36.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 920 ms 16:08:36.230 [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 16:08:36.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:36.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:36.257 [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 16:08:36.257 [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 16:08:36.311 [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 16:08:36.311 [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 16:08:36.313 [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 16:08:36.313 [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 16:08:36.314 [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 16:08:36.315 [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 16:08:36.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:08:36.320 [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) 16:08:36.416 [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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:36.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:36.419 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:36.419 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:36.421 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:36.421 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:36.421 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:36.421 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:36.421 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:08:36.422 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:36.425 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:36.425 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:36.425 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:36.431 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:08:36.431 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:36.431 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:36.431 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:08:36.437 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:08:36.528 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:36.528 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:08:36.537 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:36.537 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s106ms [pure insertion] marking any relevant derived attributes for update...16:08:36.537 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:36.537 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:36.537 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:36.537 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:36.541 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:36.542 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 123 ms 16:08:36.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:36.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:36.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:36.614 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:36.639 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:36.640 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14990671146142425318/test_customProfileV5[LevelDB GreyCat] 16:08:36.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:08:36.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:36.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:36.829 [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 16:08:36.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:36.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:37.050 [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 16:08:37.051 [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 16:08:37.056 [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 16:08:37.057 [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 16:08:37.057 [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 16:08:37.057 [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 16:08:37.058 [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 16:08:37.122 [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 16:08:37.122 [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 16:08:37.122 [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 16:08:37.122 [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 16:08:37.122 [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 16:08:37.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:37.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:37.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:37.128 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:37.128 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:08:37.128 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:37.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:37.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:37.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:37.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:37.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:37.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:37.135 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:37.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:37.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:37.139 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:37.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:37.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:37.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:37.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:37.143 [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 16:08:37.153 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:37.154 [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 16:08:37.154 [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 16:08:37.156 [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 16:08:37.158 [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 16:08:37.212 [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 16:08:37.213 [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 16:08:37.216 [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 16:08:37.217 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit677274938139821853/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:08:37.217 [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 16:08:37.223 [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 16:08:37.224 [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 16:08:37.224 [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 16:08:37.231 [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 16:08:37.236 [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 16:08:37.237 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:37.238 [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 16:08:37.242 [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 16:08:37.243 [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 16:08:37.248 [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 16:08:37.249 [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 16:08:37.439 [main] 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 16:08:37.532 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit13722587894132881025/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit13722587894132881025/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) 16:08:37.833 [main] 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 16:08:37.846 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 16:08:37.846 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 16:08:37.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 16:08:37.859 [main] 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 16:08:37.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 16:08:37.913 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16985674522524193378/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:08:38.233 [main] 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 16:08:38.330 [main] 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 16:08:38.347 [main] 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 16:08:38.444 [main] 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 16:08:38.602 [main] 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 16:08:38.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 16:08:38.731 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:08:38.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:08:38.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:38.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:38.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:38.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:38.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:38.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:38.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:38.736 [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 16:08:38.737 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:38.738 [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 16:08:38.743 [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 16:08:38.746 [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 16:08:38.748 [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 16:08:38.748 [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 16:08:38.756 [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 16:08:38.757 [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 16:08:38.757 [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 16:08:40.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:40.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:40.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:40.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:40.318 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:40.318 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:40.318 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:40.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:40.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:40.424 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:40.424 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:40.430 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:40.430 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:40.433 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:40.434 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:40.434 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:40.434 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:40.450 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:40.644 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:40.645 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:40.730 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:40.730 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s297ms [pure insertion] marking any relevant derived attributes for update...16:08:40.730 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:08:40.733 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:08:40.737 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:40.737 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:40.737 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:40.737 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:40.742 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:40.917 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:40.917 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:40.932 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:40.932 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s195ms [pure insertion] marking any relevant derived attributes for update...16:08:40.932 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:40.932 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:41.019 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:41.019 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:41.019 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:41.019 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:41.023 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:41.131 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:41.131 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:41.149 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:41.149 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s130ms [pure insertion] marking any relevant derived attributes for update...16:08:41.149 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:41.149 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:41.151 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:41.151 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:41.151 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:41.151 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:41.155 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:41.322 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:41.322 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:41.332 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:41.332 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s181ms [pure insertion] marking any relevant derived attributes for update...16:08:41.332 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:41.332 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:41.332 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:41.332 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:41.342 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:41.342 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:41.342 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:41.342 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:41.343 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 919 ms 16:08:41.343 [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 16:08:41.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:41.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:41.421 [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 16:08:41.421 [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 16:08:41.423 [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 16:08:41.424 [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 16:08:41.425 [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 16:08:41.426 [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 16:08:41.426 [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 16:08:41.427 [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 16:08:41.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 16:08:41.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:08:41.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17655849329180826884/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:41.540 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:41.541 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:41.541 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:41.542 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:41.542 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:41.542 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:41.542 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:41.543 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:08:41.544 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:41.552 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:41.553 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:41.553 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:41.557 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 16:08:41.557 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:41.557 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:41.557 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 16:08:41.612 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 16:08:42.310 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 16:08:42.310 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 16:08:42.610 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 16:08:42.610 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 1s53ms [pure insertion] marking any relevant derived attributes for update...16:08:42.610 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:42.610 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:42.614 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 16:08:42.614 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:42.614 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:42.614 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 16:08:42.618 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 16:08:42.728 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 16:08:42.728 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 16:08:42.748 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:08:42.748 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s134ms [pure insertion] marking any relevant derived attributes for update...16:08:42.748 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:42.748 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:42.754 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 16:08:42.754 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:42.812 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:42.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 16:08:42.817 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 16:08:42.833 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:42.833 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 16:08:42.842 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:42.842 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:08:42.842 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:42.842 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:42.844 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 16:08:42.844 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:42.844 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:42.844 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 16:08:42.848 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 16:08:42.947 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 16:08:42.947 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 16:08:42.958 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:08:42.958 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s114ms [pure insertion] marking any relevant derived attributes for update...16:08:42.958 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:42.959 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:43.010 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 16:08:43.010 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:43.011 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:43.011 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 16:08:43.018 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 16:08:43.037 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 16:08:43.037 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 16:08:43.052 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 16:08:43.052 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s42ms [pure insertion] marking any relevant derived attributes for update...16:08:43.052 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:08:43.053 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:08:43.053 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:43.053 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:43.119 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.082s attempting to resolve any uninitialized derived attributes... 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s82ms [proxy update] 16:08:43.135 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:43.136 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:43.136 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 595 ms 16:08:43.142 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:43.150 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:43.151 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:43.151 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:43.157 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 16:08:43.157 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:43.157 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 16:08:43.215 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 16:08:43.215 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:08:43.215 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 16:08:43.215 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 16:08:43.237 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.022s 16:08:43.250 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 16:08:43.318 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 16:08:43.318 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 16:08:43.326 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:08:43.326 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s169ms [pure insertion] marking any relevant derived attributes for update...16:08:43.327 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:43.327 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:43.327 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:43.327 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:43.331 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 16:08:43.333 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:43.334 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:43.334 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 192 ms 16:08:43.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:43.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit17655849329180826884/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:43.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:43.341 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:43.418 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:43.419 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14229857344523831273/test_modelProfileInsideRepository[LevelDB GreyCat] 16:08:43.419 [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 16:08:43.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:08:43.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:43.841 [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 16:08:44.128 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:08:44.128 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:08:44.513 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:44.514 [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 16:08:44.518 [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 16:08:44.525 [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 16:08:44.533 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:08:44.536 [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 16:08:44.547 [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 16:08:44.553 [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 16:08:44.553 [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 16:08:44.554 [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 16:08:44.554 [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 16:08:44.611 [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 16:08:44.611 [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 16:08:44.618 [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 16:08:44.619 [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 16:08:44.629 [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 16:08:44.631 [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 16:08:44.636 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 16:08:44.644 [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 16:08:44.644 [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 16:08:44.649 [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 16:08:44.649 [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 16:08:44.649 [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 16:08:44.649 [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 16:08:44.649 [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 16:08:44.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:08:44.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:08:44.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:08:44.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:08:44.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 16:08:44.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:08:44.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:08:44.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:08:44.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:08:44.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:08:44.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:08:44.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:08:44.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:08:44.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:08:44.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:08:44.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:08:44.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:08:44.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:08:44.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:08:44.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:08:44.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:08:44.733 [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 16:08:44.751 [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 16:08:44.752 [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 16:08:44.754 [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 16:08:44.754 [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 16:08:44.811 [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 16:08:44.832 [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 16:08:44.832 [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 16:08:44.833 [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 16:08:44.833 [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 16:08:44.856 [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 16:08:44.858 [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 16:08:44.858 [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 16:08:45.053 [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 16:08:45.053 [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 16:08:45.054 [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 16:08:45.060 [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 16:08:45.061 [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 16:08:45.238 [main] 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 16:08:45.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 16:08:45.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 16:08:45.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 16:08:45.435 [main] 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 16:08:45.437 [main] 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 16:08:45.446 [main] 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 16:08:45.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:08:45.705 [main] 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 16:08:45.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 16:08:45.810 [main] 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 16:08:45.940 [main] 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 16:08:46.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 16:08:46.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 16:08:46.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 16:08:46.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[] 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:08:46.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 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:08:46.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[] 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:08:46.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 16:08:46.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 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:08:46.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 16:08:46.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:08:46.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 16:08:46.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 16:08:46.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:08:46.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:08:46.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:08:46.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:46.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:08:46.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:08:46.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:08:46.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:46.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:08:47.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 16:08:47.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:08:47.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:08:47.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:08:47.439 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:47.439 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:47.439 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:08:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:08:47.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:47.536 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:47.537 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:47.547 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:47.547 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:47.551 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:08:47.551 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:47.551 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:47.551 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:08:47.627 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:08:47.748 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 16:08:47.748 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:08:47.820 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:08:47.820 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s269ms [pure insertion] marking any relevant derived attributes for update...16:08:47.820 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:08:47.822 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:08:47.915 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:08:47.915 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:47.915 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:47.915 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:08:47.919 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:08:48.031 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 16:08:48.031 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:08:48.052 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:08:48.052 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s137ms [pure insertion] marking any relevant derived attributes for update...16:08:48.052 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:48.052 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:48.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:08:48.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:48.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:48.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:08:48.114 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:08:48.242 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 16:08:48.242 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:08:48.328 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:08:48.328 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s218ms [pure insertion] marking any relevant derived attributes for update...16:08:48.328 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:48.329 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:48.332 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:08:48.332 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:48.332 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:48.332 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:08:48.337 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:08:48.454 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 16:08:48.454 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:08:48.517 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:08:48.517 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s185ms [pure insertion] marking any relevant derived attributes for update...16:08:48.517 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:48.517 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:48.517 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:48.517 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:48.527 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:08:48.528 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:48.528 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:48.528 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 992 ms 16:08:48.725 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 16:08:48.728 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:48.728 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:08:48.733 [pool-219-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms 16:08:48.733 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:08:48.734 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:08:48.734 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:08:48.736 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 16:08:48.736 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:48.736 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:48.736 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 16:08:48.741 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 16:08:48.847 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 16:08:48.847 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 16:08:48.924 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:08:48.924 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s188ms [pure insertion] marking any relevant derived attributes for update...16:08:48.924 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:48.925 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:48.926 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 16:08:48.926 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:08:48.929 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:08:48.929 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 16:08:48.933 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 16:08:49.040 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 16:08:49.041 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 16:08:49.050 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:08:49.050 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s124ms [pure insertion] marking any relevant derived attributes for update...16:08:49.050 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:08:49.050 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:08:49.050 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:08:49.050 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:08:49.053 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:08:49.110 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 382 ms 16:08:49.111 [pool-219-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12939938236496103002/test_workspaceCrosslinks[LevelDB GreyCat] 16:08:49.115 [pool-219-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12939938236496103002/test_workspaceCrosslinks[LevelDB GreyCat] 16:08:49.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:08:49.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 16:08:49.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:08:49.128 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:08:49.151 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:08:49.210 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12939938236496103002/test_workspaceCrosslinks[LevelDB GreyCat] 16:08:49.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 250.277 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 64.915 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.514 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.185 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.093 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.297 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.9 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.725 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.902 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.878 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.832 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.675 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.596 s slotType[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.902 s typeSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.1 s slotInstanceTypeName[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.278 s typeSupertypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.025 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.117 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 8.571 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 4.629 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 6.466 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 36.731 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.366 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.717 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.909 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.786 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.115 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.679 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.218 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 9.026 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 10.645 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.736 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.99 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.608 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.51 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.563 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.523 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.496 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.627 s hawkProperties[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.782 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 11.371 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 7.705 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.199 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.189 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.436 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.386 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.709 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.78 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 5.79 s Running org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.236 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.277 s Results: Tests run: 138, Failures: 0, Errors: 0, Skipped: 0 [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Downloads) [Pipeline] lock Trying to acquire lock on [download-area] Lock acquired on [download-area] [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.hawk (ssh://genie.hawk@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-sV0dKNTYJEhm/agent.173 SSH_AGENT_PID=175 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3989819698156870684.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3989819698156870684.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + greycat/deploy-downloads.sh Creating downloads for Hawk Greycat backend 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0 sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index features/org.eclipse.hawk.greycat.feature.source_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.feature_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.tests.feature.source_2.3.0.202303251752.jar features/org.eclipse.hawk.greycat.tests.feature_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.source_2.3.0.202303051303.jar plugins/org.eclipse.hawk.greycat.tests.source_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.tests_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat_2.3.0.202303051303.jar sent 6.94M bytes received 19.52K bytes 1.55M bytes/sec total size is 8.76M speedup is 1.26 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 175 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } Lock released on resource [download-area] [Pipeline] // lock [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] slackSend Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty> [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS